nvim: adjust for indent-blankline v3
This commit is contained in:
parent
33cb2e30f0
commit
d42d684ed8
1 changed files with 24 additions and 11 deletions
|
@ -2,8 +2,10 @@ return {
|
||||||
{
|
{
|
||||||
"lukas-reineke/indent-blankline.nvim",
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
indent = {
|
||||||
char = "┊",
|
char = "┊",
|
||||||
char_highlight_list = {
|
tab_char = "┊",
|
||||||
|
highlight = {
|
||||||
"IndentBlanklineIndent1",
|
"IndentBlanklineIndent1",
|
||||||
"IndentBlanklineIndent2",
|
"IndentBlanklineIndent2",
|
||||||
"IndentBlanklineIndent3",
|
"IndentBlanklineIndent3",
|
||||||
|
@ -11,9 +13,20 @@ return {
|
||||||
"IndentBlanklineIndent5",
|
"IndentBlanklineIndent5",
|
||||||
"IndentBlanklineIndent6",
|
"IndentBlanklineIndent6",
|
||||||
},
|
},
|
||||||
show_current_context = true,
|
},
|
||||||
show_current_context_start = false,
|
scope = {
|
||||||
context_char = "│",
|
enabled = true,
|
||||||
|
show_start = false,
|
||||||
|
char = "│",
|
||||||
|
highlight = {
|
||||||
|
"IndentBlanklineIndent1",
|
||||||
|
"IndentBlanklineIndent2",
|
||||||
|
"IndentBlanklineIndent3",
|
||||||
|
"IndentBlanklineIndent4",
|
||||||
|
"IndentBlanklineIndent5",
|
||||||
|
"IndentBlanklineIndent6",
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue