mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
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_focused_file = {
|
||||
enable = true,
|
||||
update_cwd = true,
|
||||
update_cwd = false,
|
||||
},
|
||||
view = {
|
||||
allow_resize = true,
|
||||
|
Loading…
Reference in New Issue
Block a user