fix(lualine): globalstatus=true by default

This commit is contained in:
ChristianChiarulli 2022-10-09 03:49:45 -04:00
parent 8705f6ce6d
commit c8ef47622d
2 changed files with 1 additions and 12 deletions

View file

@ -125,17 +125,6 @@ function M.load_defaults()
end,
},
},
-- TODO: figure out what keeps overriding laststatus
{
"BufWinEnter",
{
group = "_last_status",
pattern = "*",
callback = function()
vim.opt.laststatus = 3
end,
},
},
}
M.define_autocmds(definitions)

View file

@ -9,7 +9,7 @@ M.config = function()
section_separators = nil,
theme = nil,
disabled_filetypes = nil,
globalstatus = false,
globalstatus = true,
},
sections = {
lualine_a = nil,