hrsh7th
hrsh7th
No, the implementation allows you to omit the argument. https://github.com/hrsh7th/nvim-cmp/blob/main/lua/cmp/init.lua#L132
IMO, it should be `custom_entries_view` only feature. The native menu is a bit complicated, so I would like to exclude it from the list and annotate docs.
LGTM. Thank you.
I didn't know it was specified in the LSP specification! thank you.
This issue already solved in latest @astrojs/language-server
I'm sorry, but this is the specification. In Vim's cmdline mode, key mappings for : and / are not separated by namespace, so enabling cmp for / also enables key...
I think it can be supported via `formatting.format` function. Why do you add this to the core?
I really appreciate the contribution, but I'm not really a fan of this feature. . . Can you tell us about the superiority of this function?
I don't think adding comments to the current codebase would make anything better. Adding something like a diagram might be a good idea. BTW, there are plans to separate the...
Looks good. Could you resolve conflicts?