completion-nvim
completion-nvim copied to clipboard
Enable LSP client snippet capabilities when snippet integration is configured
Neovim just merged a PR (https://github.com/neovim/neovim/pull/13183) that sets capabilities.textDocument.completion.completionItem.snippetSupport = false by default.
Now users have to remember to enable it themselves; it would be convenient if completion-nvim set that capability automatically when integration of one of the supported snippet plugins is configured.
@runiq
this only affects snippets from lsp server, right? no need to change anything if I'm using ultisnips.
this only affects snippets from lsp server, right? no need to change anything if I'm using ultisnips.
Yes.
This could be nice, I'll implement this when I have some spare time(not now, unfortunately:cry:)