evil
evil copied to clipboard
`evil-complete-next` cannot be followed by `evil-complete-previous` like in vim
Reproduction steps
- In insert state, press C-n to get completion candidates.
- Press C-p to move back through suggestions - note this doesn't work
I also have some problems similar to it. I used evil + lsp-mode and my emacs configuration is based on centaur emacs
I have some problems when I tryed to complete in lsp-mode (c++).
The c-n/c-p is abnormal when complete the source.
M-n/M-p is normal at this state,but c-n/c-p .......