소스 검색

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 = {