chore(nvim): laststatus
This commit is contained in:
parent
76243eb925
commit
efcf3e1b72
1 changed files with 1 additions and 3 deletions
|
@ -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'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue