fix(nvim): conflict between git worktree and nvim tree

This commit is contained in:
Stefan Imhoff
2022-10-03 09:12:50 +02:00
parent 5717ecce23
commit 396f229b26

View File

@@ -5,5 +5,8 @@ if not status_ok then
end
nvim_tree.setup({
sync_root_with_cwd = true,
update_focused_file = {
enable = true,
update_root = true,
},
})