Преглед изворни кода

feat: auto resize for more consistent UI behavior

ChristianChiarulli пре 3 година
родитељ
комит
888b1fee21
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lua/lvim/core/nvimtree.lua

+ 1 - 1
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,
         },