fix(indentlines): typo (#3743)

* fix(indentlines): set indent_char to LineLeft

* fix(indentlines): typo
This commit is contained in:
LostNeophyte 2023-01-17 08:54:58 +01:00 committed by GitHub
parent 5b8bfc8511
commit b97298ccf5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,