Remove custom indent_blankline highlighting

This commit is contained in:
Evie Litherland-Smith 2023-03-06 14:56:51 +00:00
parent 30616d36f1
commit 378ef28121

View file

@ -1,12 +1,4 @@
return {
show_current_context = true,
show_current_context_start = false,
char_highlight_list = {
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",
"IndentBlanklineIndent3",
"IndentBlanklineIndent4",
"IndentBlanklineIndent5",
"IndentBlanklineIndent6",
},
}