chore: add filetypes to ignore list

This commit is contained in:
2024-12-25 18:00:48 -05:00
parent aec2aebc42
commit 6fd93078fa
+3 -3
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,
@@ -293,4 +293,4 @@ return {
extensions = { 'nvim-tree', 'lazy', 'trouble', 'quickfix', 'fzf', 'mason', 'fugitive', 'oil' },
})
end,
}
}