nvimtree: disable updating cwd on focused files (#546)

This commit is contained in:
siduck76 2021-10-11 16:46:34 +05:30
parent a24a65ab6b
commit 1b4a67a1e1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ nvimtree.setup {
update_cwd = true,
update_focused_file = {
enable = true,
update_cwd = true,
update_cwd = false,
},
view = {
allow_resize = true,