nvimtree: disable updating cwd on focused files (#546)
This commit is contained in:
parent
a24a65ab6b
commit
1b4a67a1e1
|
@ -70,7 +70,7 @@ nvimtree.setup {
|
||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
update_focused_file = {
|
update_focused_file = {
|
||||||
enable = true,
|
enable = true,
|
||||||
update_cwd = true,
|
update_cwd = false,
|
||||||
},
|
},
|
||||||
view = {
|
view = {
|
||||||
allow_resize = true,
|
allow_resize = true,
|
||||||
|
|
Loading…
Reference in New Issue