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 = {
|
filesystem = {
|
||||||
bind_to_cwd = true, -- true creates a 2-way binding between vim's cwd and neo-tree's root
|
cwd_target = {
|
||||||
follow_current_file = true,
|
sidebar = 'tab',
|
||||||
|
current = 'window',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
keys = {
|
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