13 lines
190 B
Lua
13 lines
190 B
Lua
return {
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
main = "ibl",
|
|
opts = {
|
|
indent = {
|
|
char = "▏",
|
|
highlight = { "Label" },
|
|
},
|
|
scope = {
|
|
highlight = { "Function" },
|
|
}
|
|
},
|
|
}
|