I'm using lspkind and nvim-cmp with Neovim 0.7.
When <C-n>
or <C-p>
is pressed to scroll through the items from the list of possible completions it gets completely overwritten by the standard completion suggestions. See link for an example.
Why does it change from lspkind suggestions to basic completion?
Why do I get --keyword completion (^N^P) back to original
?