file tree no longer changes root
This commit is contained in:
parent
c17e8cf7aa
commit
4a079b4160
|
@ -3,7 +3,7 @@ return {
|
|||
"nvim-tree/nvim-tree.lua",
|
||||
opts = {
|
||||
hijack_cursor = true,
|
||||
sync_root_with_cwd = true,
|
||||
sync_root_with_cwd = false,
|
||||
diagnostics = {
|
||||
enable = true,
|
||||
show_on_dirs = true,
|
||||
|
@ -11,7 +11,7 @@ return {
|
|||
},
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_root = true,
|
||||
update_root = false,
|
||||
ignore_list = { "help" },
|
||||
},
|
||||
modified = {
|
||||
|
|
Loading…
Reference in New Issue