chore: add filetypes to ignore list
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user