fix tabs not shifting over when opening neo-tree
This commit is contained in:
parent
f02794d35a
commit
a750b1de18
|
@ -11,6 +11,9 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
animation = true,
|
animation = true,
|
||||||
insert_at_start = true,
|
insert_at_start = true,
|
||||||
|
sidebar_filetypes = {
|
||||||
|
['neo-tree'] = { event = 'BufWipeout' },
|
||||||
|
},
|
||||||
},
|
},
|
||||||
version = '^1.0.0',
|
version = '^1.0.0',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue