13 lines
351 B
Lua
13 lines
351 B
Lua
return {
|
|
{
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
-- event = "BufReadPre",
|
|
opts = {
|
|
-- char = "│",
|
|
filetype_exclude = { "help", "lazy" },
|
|
show_trailing_blankline_indent = true,
|
|
show_current_context = true,
|
|
show_current_context_start = true,
|
|
},
|
|
},
|
|
}
|