summaryrefslogtreecommitdiff
path: root/lua/lvim/core/nvimtree.lua
diff options
context:
space:
mode:
authorChristianChiarulli <[email protected]>2021-11-11 22:32:14 -0500
committerChristianChiarulli <[email protected]>2021-11-11 22:32:14 -0500
commit888b1fee214d4102dd0d2b86ef3e74c3a89626cb (patch)
tree62d5ce60ddd4dd72adc9e1bff4fd640642f904b8 /lua/lvim/core/nvimtree.lua
parent627fdd60493860c9c5194d8ec0a70ec5aaa45bf8 (diff)
feat: auto resize for more consistent UI behavior
Diffstat (limited to 'lua/lvim/core/nvimtree.lua')
-rw-r--r--lua/lvim/core/nvimtree.lua2
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,
},