chore(nvim): laststatus

This commit is contained in:
2024-11-12 15:42:56 +00:00
parent 76243eb925
commit efcf3e1b72

View File

@@ -46,6 +46,4 @@ vim.opt.signcolumn = "yes"
vim.opt.autoread = true vim.opt.autoread = true
-- disable swapfile -- disable swapfile
vim.opt.swapfile = false vim.opt.swapfile = false
--Make completion stop on command ambiguity vim.opt.laststatus = 3
vim.opt.wildmenu = true
vim.opt.wildmode = 'longest:full,full'