update nvim-tree option names

This commit is contained in:
neo-f 2023-02-09 13:14:06 +08:00 committed by Sidhanth Rathod
parent 205802b49f
commit 8501cc01e1
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ local options = {
hijack_netrw = true, hijack_netrw = true,
hijack_cursor = true, hijack_cursor = true,
hijack_unnamed_buffer_when_opening = false, hijack_unnamed_buffer_when_opening = false,
update_cwd = true, sync_root_with_cwd = true,
update_focused_file = { update_focused_file = {
enable = true, enable = true,
update_cwd = false, update_root = false,
}, },
view = { view = {
adaptive_size = false, adaptive_size = false,