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

This commit is contained in:
LostNeophyte 2023-01-17 07:10:28 +01:00 committed by GitHub
parent 4b77c9c87f
commit de2f4bb776
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,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,