2021-09-15 12:39:08 -05:00
|
|
|
require("indent_blankline").setup {
|
|
|
|
space_char_blankline = " ",
|
|
|
|
context_highlight_list = {
|
|
|
|
"IndentBlanklineContext1",
|
|
|
|
"IndentBlanklineContext2",
|
|
|
|
"IndentBlanklineContext3",
|
|
|
|
"IndentBlanklineContext4",
|
|
|
|
"IndentBlanklineContext5",
|
|
|
|
"IndentBlanklineContext6",
|
|
|
|
},
|
2021-09-15 15:35:52 -05:00
|
|
|
show_end_of_line = true,
|
2021-09-15 12:39:08 -05:00
|
|
|
show_current_context = true,
|
2021-09-15 15:35:52 -05:00
|
|
|
use_treesitter = true,
|
2021-09-15 12:39:08 -05:00
|
|
|
}
|