nvim: adjust for indent-blankline v3

This commit is contained in:
Daniel Lundin 2023-10-02 21:39:32 +02:00
parent 33cb2e30f0
commit d42d684ed8

View file

@ -2,18 +2,31 @@ return {
{
"lukas-reineke/indent-blankline.nvim",
opts = {
char = "",
char_highlight_list = {
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",
"IndentBlanklineIndent3",
"IndentBlanklineIndent4",
"IndentBlanklineIndent5",
"IndentBlanklineIndent6",
indent = {
char = "",
tab_char = "",
highlight = {
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",
"IndentBlanklineIndent3",
"IndentBlanklineIndent4",
"IndentBlanklineIndent5",
"IndentBlanklineIndent6",
},
},
scope = {
enabled = true,
show_start = false,
char = "",
highlight = {
"IndentBlanklineIndent1",
"IndentBlanklineIndent2",
"IndentBlanklineIndent3",
"IndentBlanklineIndent4",
"IndentBlanklineIndent5",
"IndentBlanklineIndent6",
},
},
show_current_context = true,
show_current_context_start = false,
context_char = "",
},
},
}