chore: move auto_resize to actions.open_file.resize_window

fixes #1034
This commit is contained in:
kiyan
2022-03-01 20:07:36 +01:00
parent 9ec710e338
commit 6af2d5a720
6 changed files with 14 additions and 12 deletions

View File

@@ -380,6 +380,7 @@ local DEFAULT_OPTS = {
},
open_file = {
quit_on_open = vim.g.nvim_tree_quit_on_open == 1,
resize_window = false,
window_picker = {
enable = true,
}