hrsh7th
hrsh7th
``` { { name = 'buffer', NEW_KEY_NAME = true or false } } ``` What the name do you think better?
I'm planning to remove `CompletionItem.dup` field and introduce the `SourceConfig.allow_duplicates = false` for source configuration. But it requires the source default configuration API...
Anyway, you can use `dup` field for the time being.
It's caused by clandg.
Sorry. I don't know how to acoid tjis with clang...(I don't write c family...
I can understand your request. However, in my experience developing a plugin called nvim-compe, I'm afraid that allowing the built-in sources even once will result in all other sources being...
Benchmark is possible to implement. But parallel request is impossible in current neovim.
I don't think spellsuggest returns a lot of items. How to reproduce such behavior?
If spellsuggest itself is slow, there's nothing we can do because spellsuggest API is vim native and only allows synchronous call, right? The path source is using Luv API so...
The `slow` is not the same meaning as `lag`. > Path source is depends on disk speed. This means `slow`. Because cmp-path uses `Luv` API so it wont cause the...