An Simple Indent Plugin for Nvim.
{
"M-wind/simpleindent.nvim",
event = "VeryLazy",
opts = {},
}
{
char = "│",
priority = 2,
exclude = {
filetype = { "checkhealth", "help" },
buftype = { "nofile", "quickfix", "terminal", "prompt" },
},
}
-- There is no default value.
-- indent default highlight
IndentLine
-- Current indent line highlight
IndentLineCurrent
Thanks goes to these people/projects for inspiration: