chore(config): auto resize the tree by default when opening a file.

config.open_file.auto_resize is now true by default.
Breaking change for default configurations.
See https://github.com/kyazdani42/nvim-tree.lua/issues/1275#issuecomment-1133515999
This commit is contained in:
kiyan
2022-05-21 11:27:49 +02:00
parent 9563a11ce0
commit 17d5bd64e8
3 changed files with 4 additions and 4 deletions

View File

@@ -428,7 +428,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
},
open_file = {
quit_on_open = false,
resize_window = false,
resize_window = true,
window_picker = {
enable = true,
chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890",