chore: add filetypes to ignore list

This commit is contained in:
2024-12-25 18:00:48 -05:00
parent aec2aebc42
commit 6fd93078fa
+2 -2
View File
@@ -98,8 +98,8 @@ return {
component_separators = { left = '', right = '' }, -- old separators:   
section_separators = { left = '', right = '' }, -- old separators:  
disabled_filetypes = {
statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree' },
winbar = { 'alpha', 'dashboard', 'Outline', 'NvimTree' },
statusline = { 'alpha', 'dashboard', 'Outline', 'NvimTree', 'undotree', 'diff' },
winbar = { 'alpha', 'dashboard', 'Outline', 'NvimTree', 'undotree', 'diff' },
},
ignore_focus = {},
always_divide_middle = true,