hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.47k stars 370 forks source link

Goto next group_index ? #1816

Open MarcWeber opened 5 months ago

MarcWeber commented 5 months ago

Is there a way to go to next group_index because there might be completions available but not the ones you want to watch out for. It would also be very useful if you have fast/slow completions.

My suggestion is to have ctrl-space complete() to go to next group if completion is already visible.

gegoune commented 5 months ago

That's not an issue with nvim-cmp. You should have opened a discussion if you have usage question.