update nvim-tree option names
This commit is contained in:
parent
205802b49f
commit
8501cc01e1
|
@ -9,10 +9,10 @@ local options = {
|
|||
hijack_netrw = true,
|
||||
hijack_cursor = true,
|
||||
hijack_unnamed_buffer_when_opening = false,
|
||||
update_cwd = true,
|
||||
sync_root_with_cwd = true,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_cwd = false,
|
||||
update_root = false,
|
||||
},
|
||||
view = {
|
||||
adaptive_size = false,
|
||||
|
|
Loading…
Reference in New Issue