dotfiles/nvim/lua/indent.lua

13 lines
319 B
Lua
Raw Normal View History

require("indent_blankline").setup {
space_char_blankline = " ",
context_highlight_list = {
"IndentBlanklineContext1",
"IndentBlanklineContext2",
"IndentBlanklineContext3",
"IndentBlanklineContext4",
"IndentBlanklineContext5",
"IndentBlanklineContext6",
},
show_current_context = true,
}