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

@@ -151,7 +151,6 @@ require'nvim-tree'.setup {
height = 30,
hide_root_folder = false,
side = 'left',
auto_resize = false,
preserve_window_proportions = false,
mappings = {
custom_only = false,
@@ -172,6 +171,7 @@ require'nvim-tree'.setup {
},
open_file = {
quit_on_open = false,
resize_window = false,
window_picker = {
enable = true,
chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",