Open CCLDArjun opened 2 years ago
Hey mate, if you follow the example mappings that are provided in the nvim-cmp wiki, you should be able to find the key mappings that you need! Here's a link:
https://github.com/hrsh7th/nvim-cmp/wiki/Example-mappings#luasnip
Keep in mind that the keybindings are specific to the snippet engine that you're using.
I have this config:
it's using lspconfig. I can see the lsp autocompletion options but I'm not able to cycle through or select them. Hitting tab inserts a space character and ctrl-n or ctrl-p opens the vim autocomplete.