nvim: remove wildmenu settings (I don't use them)

This commit is contained in:
PowerUser64 2022-06-09 20:30:00 -07:00
parent 297547e09e
commit e74757cb90

View file

@ -27,8 +27,6 @@ set.cursorline = true
set.mouse = 'a'
set.incsearch = true
set.scrolloff = 5
--set.wildmenu
--set.wildmode = full
set.hidden = true
set.shortmess = 'filnxtToOFc' -- the funny thing is this is a short mess
set.spell = true