vim-vsnip-integ
vim-vsnip-integ copied to clipboard
[Announcement] If you use vim-vsnip-integ with nvim-lsp, You must add `snippetSupport=true` by your self.
https://github.com/hrsh7th/vim-vsnip/issues/140
Even with using this snippetSupport=true I don't get tabstops using nvim-lsp.
This is how it looks with LSC (how I'd expect it to work):

This is how it looks with nvim-lsp:

Edit:
Setting capabilities = { textDocument = { completion = { completionItem = { snippetSupport = true } } } } as well fixed this issue for me 👍