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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user