13 lines
319 B
Lua
13 lines
319 B
Lua
require("indent_blankline").setup {
|
|
space_char_blankline = " ",
|
|
context_highlight_list = {
|
|
"IndentBlanklineContext1",
|
|
"IndentBlanklineContext2",
|
|
"IndentBlanklineContext3",
|
|
"IndentBlanklineContext4",
|
|
"IndentBlanklineContext5",
|
|
"IndentBlanklineContext6",
|
|
},
|
|
show_current_context = true,
|
|
}
|