fix wildmenu
This commit is contained in:
parent
44b00e0b44
commit
c0d58e2334
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -70,7 +70,7 @@ vim.o.foldcolumn = "0" -- '0' is not bad
|
|||
vim.o.foldlevel = 99 -- Using ufo provider need a large value, feel free to decrease the value
|
||||
vim.o.foldlevelstart = 99
|
||||
-- vim.o.foldenable = true
|
||||
vim.opt.wildmode = { "list", "lastused" }
|
||||
vim.opt.wildmode = { "list:longest", "lastused" }
|
||||
vim.opt.wildmenu = true
|
||||
vim.opt.autoread = true
|
||||
vim.o.clipboard = "unnamed,unnamedplus"
|
||||
|
|
Loading…
Add table
Reference in a new issue