disable lualine within file manager

This commit is contained in:
2024-11-25 10:20:39 -05:00
parent 7f40081e3a
commit 351b7b0ce8
+2 -2
View File
@@ -61,10 +61,10 @@ return {
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
disabled_filetypes = {
statusline = { 'alpha', 'dashboard', 'Outline' },
statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree' },
winbar = {},
},
ignore_focus = { 'NvimTree' },
ignore_focus = {},
always_divide_middle = true,
always_show_tabline = true,
globalstatus = false,