mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
tree still behaves weird
This commit is contained in:
@@ -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' },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user