Sfoglia il codice sorgente

feat: auto resize for more consistent UI behavior

ChristianChiarulli 3 anni fa
parent
commit
888b1fee21
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
         },