feat(nvim): add global status and color separators

This commit is contained in:
Stefan Imhoff
2022-12-22 11:54:24 +01:00
parent 6913b0d8a2
commit e2ecd2871d
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ require("lualine").setup({
section_separators = { left = "", right = "" },
disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline " },
always_divide_middle = true,
globalstatus = false,
globalstatus = true,
},
sections = {
lualine_a = { "mode" },