Cannot figure out how to disable preselect #748
Replies: 1 comment
-
Nvm. I'm an idiot, and messed up my configuration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug or if I am just missing something obvious, but I cannot figure out how to not have the first items preselected when the completion menu is triggered. This is particularly annoying because I use
<CR>
to accept completions, and having something preselected can cause issues, especially on the cmdline. I have tried settingcompletion.list.selection
to"manual"
or"auto_insert"
and nothing seems to work.Here's my configuration:
Beta Was this translation helpful? Give feedback.
All reactions