Browse Source

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

LostNeophyte 2 năm trước cách đây
mục cha
commit
de2f4bb776
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lua/lvim/core/indentlines.lua

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

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