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",
|
"nvim-tree/nvim-tree.lua",
|
||||||
opts = {
|
opts = {
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
sync_root_with_cwd = true,
|
sync_root_with_cwd = false,
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
enable = true,
|
enable = true,
|
||||||
show_on_dirs = true,
|
show_on_dirs = true,
|
||||||
|
@ -11,7 +11,7 @@ return {
|
||||||
},
|
},
|
||||||
update_focused_file = {
|
update_focused_file = {
|
||||||
enable = true,
|
enable = true,
|
||||||
update_root = true,
|
update_root = false,
|
||||||
ignore_list = { "help" },
|
ignore_list = { "help" },
|
||||||
},
|
},
|
||||||
modified = {
|
modified = {
|
||||||
|
|
Loading…
Reference in New Issue