typo
This commit is contained in:
parent
4af32f2f7f
commit
d2215c17f1
6
init.lua
6
init.lua
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user