Update lualine config
This commit is contained in:
parent
bf1acd5ec2
commit
fe452724f8
|
@ -11,8 +11,8 @@ lualine.setup {
|
||||||
component_separators = { left = "", right = ""},
|
component_separators = { left = "", right = ""},
|
||||||
section_separators = { left = "", right = ""},
|
section_separators = { left = "", right = ""},
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
statusline = {},
|
statusline = { "NvimTree" },
|
||||||
winbar = {},
|
winbar = { "NvimTree" },
|
||||||
},
|
},
|
||||||
-- disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline" },
|
-- disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline" },
|
||||||
ignore_focus = {},
|
ignore_focus = {},
|
||||||
|
|
Loading…
Reference in New Issue