nvim: autocomplete menu in command completion was driving me nuts
This commit is contained in:
parent
d079d5915d
commit
1ea0eff81a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ require 'blink-cmp'.setup({
|
|||
|
||||
cmdline = {
|
||||
keymap = { preset = 'inherit' },
|
||||
completion = { menu = { auto_show = true } },
|
||||
completion = { menu = { auto_show = false } },
|
||||
},
|
||||
|
||||
sources = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue