tree still behaves weird

This commit is contained in:
Thomas Ruoff
2023-11-08 08:37:42 +01:00
parent e42d650960
commit a82721b685

View File

@@ -15,11 +15,13 @@ return {
},
},
filesystem = {
bind_to_cwd = true, -- true creates a 2-way binding between vim's cwd and neo-tree's root
follow_current_file = true,
cwd_target = {
sidebar = 'tab',
current = 'window',
},
},
},
keys = {
{ '<leader>e', '<cmd>Neotree toggle<cr>', desc = 'FileTree' },
{ '<leader>e', '<cmd>Neotree toggle reveal<cr>', desc = 'FileTree' },
},
}