浏览代码

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

CPea 2 年之前
父节点
当前提交
d6c81db7f5
共有 1 个文件被更改,包括 4 次插入3 次删除
  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 = {