fix tabs not shifting over when opening neo-tree

This commit is contained in:
Michael Beasley 2024-10-29 19:39:04 -05:00
parent f02794d35a
commit a750b1de18
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ return {
opts = {
animation = true,
insert_at_start = true,
sidebar_filetypes = {
['neo-tree'] = { event = 'BufWipeout' },
},
},
version = '^1.0.0',
},