fix tabs not shifting over when opening neo-tree

pull/1654/head
Michael Beasley 9 months ago
parent f02794d35a
commit a750b1de18

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

Loading…
Cancel
Save