This commit is contained in:
jannawro 2023-11-14 09:48:13 +01:00
parent 4af32f2f7f
commit d2215c17f1
1 changed files with 3 additions and 3 deletions

View File

@ -179,10 +179,10 @@ require('lazy').setup({
component_separators = '|',
section_separators = '',
disabled_filetypes = {
statusline = { 'neo-tee', 'neo-tree-popup' },
winbar = { 'neo-tee', 'neo-tree-popup' },
statusline = { 'neo-tree', 'neo-tree-popup' },
winbar = { 'neo-tree', 'neo-tree-popup' },
},
ignore_focus = { 'neo-tee', 'neo-tree-popup' },
ignore_focus = { 'neo-tree', 'neo-tree-popup' },
globalstatus = true,
},
sections = {