Hongbo Liu

Results 67 comments of Hongbo Liu

> Might've been a bit hasty in asking for a PR 😅 What didn't work about just adding postfix to defaults? Maybe we could have an option to control whether...

> Yeah okay, I can see the sense in that. Do add this as a different option though, this doesn't have to be a breaking change. (`snip_env_extend`? `extend_snip_env`?) Update PR...

@L3MON4D3 How about add a `with_default` like function? The function will extend default with user conf. Could be used for any conf.

Temporary solution with vmap: ``` vmap gC :normal gcc ```

Meet same problem here. Could it possible to specify separate keyword length for the command to reduce the completion list size?

This controlled whether the completion started with the whole commandline. What I mean here is that consider the arguments size of command, for example, `Man ` won't complete while `Man...

Is there any way to get source conf? Thus I could add some conf to verify the command argument length.

Could try https://github.com/hiberabyss/nvim-dbg, should solved the problem.

Did not want to write `.t` files, and the project seems unmaintained.

May have something to do with keyword_pattern? For me, postsnip completion worked for vim, while could not work for cpp.