[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
|
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…
Reference in a new issue