[nvim] laststatus
This commit is contained in:
parent
40bc6fca8d
commit
2f4814158e
1 changed files with 1 additions and 3 deletions
|
@ -46,6 +46,4 @@ vim.opt.signcolumn = "yes"
|
|||
vim.opt.autoread = true
|
||||
-- disable swapfile
|
||||
vim.opt.swapfile = false
|
||||
--Make completion stop on command ambiguity
|
||||
vim.opt.wildmenu = true
|
||||
vim.opt.wildmode = 'longest:full,full'
|
||||
vim.opt.laststatus = 3
|
||||
|
|
Loading…
Reference in a new issue