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
Early return in cmp.accept prevents accepting nth item when none is selected.
This prevents users from selecting nth item using keybind if they have completion.list.selection set to either auto_insert or manual.
Make sure you have done the following
blink.cmp
Bug Description
Early return in
cmp.accept
prevents accepting nth item when none is selected.This prevents users from selecting nth item using keybind if they have
completion.list.selection
set to eitherauto_insert
ormanual
.Relevant code
Relevant configuration
neovim version
NVIM v0.11.0-dev
blink.cmp
version: branch, tag, or commitmain b4c6fe6
The text was updated successfully, but these errors were encountered: