Update lualine config

This commit is contained in:
Shockwave 2024-11-16 20:28:18 +08:00
parent bf1acd5ec2
commit fe452724f8
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {},