Ver código fonte

feat: auto resize for more consistent UI behavior

ChristianChiarulli 3 anos atrás
pai
commit
888b1fee21
1 arquivos alterados com 1 adições e 1 exclusões
  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,
         },