diff options
Diffstat (limited to 'lua/config/nvim-tree.lua')
| -rw-r--r-- | lua/config/nvim-tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua index a048c7a..d694dc0 100644 --- a/lua/config/nvim-tree.lua +++ b/lua/config/nvim-tree.lua @@ -45,7 +45,7 @@ nvim_tree.setup({ height = 30, hide_root_folder = false, side = "left", - auto_resize = false, + auto_resize = true, mappings = { custom_only = false, list = {}, |
