Ver código fonte

fix(nvimtree): remove `indent_markers` icons trailing space (#2854)

CPea 2 anos atrás
pai
commit
d6c81db7f5
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      lua/lvim/core/nvimtree.lua

+ 4 - 3
lua/lvim/core/nvimtree.lua

@@ -68,9 +68,10 @@ function M.config()
         indent_markers = {
           enable = false,
           icons = {
-            corner = "└ ",
-            edge = "│ ",
-            none = "  ",
+            corner = "└",
+            edge = "│",
+            item = "│",
+            none = " ",
           },
         },
         icons = {