@@ -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)
@@ -9,7 +9,7 @@ M.config = function()
section_separators = nil,
theme = nil,
disabled_filetypes = nil,
- globalstatus = false,
+ globalstatus = true,
sections = {
lualine_a = nil,