瀏覽代碼

fix(indentlines): set indent_char to LineLeft (#3741)

LostNeophyte 2 年之前
父節點
當前提交
de2f4bb776
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lua/lvim/core/indentlines.lua

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

@@ -18,6 +18,7 @@ M.config = function()
         "text",
         "text",
       },
       },
       char = lvim.icons.ui.LineLeft,
       char = lvim.icons.ui.LineLeft,
+      indent_char = lvim.icons.ui.LineLeft,
       show_trailing_blankline_indent = false,
       show_trailing_blankline_indent = false,
       show_first_indent_level = true,
       show_first_indent_level = true,
       use_treesitter = true,
       use_treesitter = true,