Browse Source

fix(indentlines): typo (#3743)

* fix(indentlines): set indent_char to LineLeft

* fix(indentlines): typo
LostNeophyte 2 năm trước cách đây
mục cha
commit
b97298ccf5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/lvim/core/indentlines.lua

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

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