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.completeopt = { "menu", "menuone", "noselect" }
|
||||
vim.opt.laststatus = 3
|
||||
end
|
||||
|
||||
M.setup = function()
|
||||
|
|
Loading…
Reference in a new issue