nvim: autocomplete menu in command completion was driving me nuts

This commit is contained in:
Daniel Lundin 2025-06-26 19:12:50 +02:00
parent d079d5915d
commit 1ea0eff81a
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -67,7 +67,7 @@ require 'blink-cmp'.setup({
cmdline = {
keymap = { preset = 'inherit' },
completion = { menu = { auto_show = true } },
completion = { menu = { auto_show = false } },
},
sources = {