fix nvim: neo-tree on barbar title

This commit is contained in:
Yuan Chiu 2025-06-04 19:45:29 +08:00
parent 8cc1465414
commit 8ac914fd2b
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -21,12 +21,12 @@ return {
-- separator = {left = '', right = ''},
},
sidebar_filetypes = {
['neo-tree'] = {
event = 'BufWipeout',
text = ' Explorer',
align = 'left',
-- event = 'BufWinEnter'
},
-- ['neo-tree'] = {
-- event = 'BufWipeout',
-- -- text = ' Explorer',
-- align = 'left',
-- -- event = 'BufWinEnter'
-- },
undotree = {
text = 'undotree',
align = 'center', -- *optionally* specify an alignment (either 'left', 'center', or 'right')