mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): conflict between git worktree and nvim tree
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user