file tree no longer changes root

This commit is contained in:
Sven Vogel 2024-06-06 14:22:54 +02:00
parent c17e8cf7aa
commit 4a079b4160
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {