Explorar el Código

fix(nvimtree): remove view height

Fixes #3076
Abouzar Parvan hace 2 años
padre
commit
65777d858f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lua/lvim/core/nvimtree.lua

+ 0 - 1
lua/lvim/core/nvimtree.lua

@@ -42,7 +42,6 @@ function M.config()
       },
       view = {
         width = 30,
-        height = 30,
         hide_root_folder = false,
         side = "left",
         mappings = {