You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use cmp for eg normal built-in buffer completion. After updating my plugins today it seems like I cannot anymore select the next entry with <C-n> with normal completion.
Steps to reproduce
Open nvim with the above minimal config and type eg co<C-n> in insert mode. The menu opens up but one cannot select the next entry with <C-n>.
Expected behavior
Be able to select the next entry
Actual behavior
Cannot select the next entry
Additional context
I also tried to disable <C-n> or call the fallback etc but couldn't make it work.
The text was updated successfully, but these errors were encountered:
FAQ
Announcement
Minimal reproducible full config
Description
I don't use
cmp
for eg normal built-in buffer completion. After updating my plugins today it seems like I cannot anymore select the next entry with<C-n>
with normal completion.Steps to reproduce
Open nvim with the above minimal config and type eg
co<C-n>
in insert mode. The menu opens up but one cannot select the next entry with<C-n>
.Expected behavior
Be able to select the next entry
Actual behavior
Cannot select the next entry
Additional context
I also tried to disable
<C-n>
or call the fallback etc but couldn't make it work.The text was updated successfully, but these errors were encountered: