瀏覽代碼

fix(indentlines): typo (#3743)

* fix(indentlines): set indent_char to LineLeft

* fix(indentlines): typo
LostNeophyte 2 年之前
父節點
當前提交
b97298ccf5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,