diff options
author | Christian Chiarulli <[email protected]> | 2021-11-12 21:21:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-12 21:21:43 +0000 |
commit | 3a2d62ed2510ca05eb6ea87240a86df82338f5aa (patch) | |
tree | a58cc0e1318977b045c476c6d355d1c0abc6ec19 /lua/lvim/core/nvimtree.lua | |
parent | a57e34a85edc8fc15a5c06640a15b0a0fec89d91 (diff) |
feat: last updates before 1.0.0 (#1953)
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r-- | lua/lvim/core/nvimtree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index d9e6fb5d..893ddffc 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -24,7 +24,7 @@ function M.config() view = { width = 30, side = "left", - auto_resize = false, + auto_resize = true, mappings = { custom_only = false, }, |