From e74757cb9003f49c2b9d01b42f3ffa78f10320ad Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 9 Jun 2022 20:30:00 -0700 Subject: [PATCH] nvim: remove wildmenu settings (I don't use them) --- .config/nvim/lua/blake/settings.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/nvim/lua/blake/settings.lua b/.config/nvim/lua/blake/settings.lua index 2ee1756..aeb6a91 100644 --- a/.config/nvim/lua/blake/settings.lua +++ b/.config/nvim/lua/blake/settings.lua @@ -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