1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 09:40:54 +01:00

nvimtree: disable updating cwd on focused files ()

This commit is contained in:
siduck76 2021-10-11 16:46:34 +05:30
parent a24a65ab6b
commit 1b4a67a1e1

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,