disable lualine within file manager

This commit is contained in:
2024-11-25 10:20:39 -05:00
parent 7f40081e3a
commit 351b7b0ce8
+3 -3
View File
@@ -61,10 +61,10 @@ return {
component_separators = { left = '', right = '' }, component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' }, section_separators = { left = '', right = '' },
disabled_filetypes = { disabled_filetypes = {
statusline = { 'alpha', 'dashboard', 'Outline' }, statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree' },
winbar = {}, winbar = {},
}, },
ignore_focus = { 'NvimTree' }, ignore_focus = {},
always_divide_middle = true, always_divide_middle = true,
always_show_tabline = true, always_show_tabline = true,
globalstatus = false, globalstatus = false,
@@ -165,4 +165,4 @@ return {
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' }, extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason' },
}) })
end, end,
} }