feat(nvim): use the new global status line
This commit is contained in:
parent
3d1135788c
commit
14ebc86df5
|
@ -103,6 +103,7 @@ local function set_vim_o()
|
||||||
|
|
||||||
vim.opt.clipboard:append "unnamedplus"
|
vim.opt.clipboard:append "unnamedplus"
|
||||||
vim.opt.completeopt = { "menu", "menuone", "noselect" }
|
vim.opt.completeopt = { "menu", "menuone", "noselect" }
|
||||||
|
vim.opt.laststatus = 3
|
||||||
end
|
end
|
||||||
|
|
||||||
M.setup = function()
|
M.setup = function()
|
||||||
|
|
Loading…
Reference in a new issue