2023-06-28 16:40:02 -04:00
|
|
|
return {
|
|
|
|
"lukas-reineke/indent-blankline.nvim",
|
2023-10-26 11:58:42 -04:00
|
|
|
main = "ibl",
|
2023-06-28 16:40:02 -04:00
|
|
|
opts = {
|
2023-10-26 11:58:42 -04:00
|
|
|
indent = {
|
|
|
|
char = "▏",
|
|
|
|
highlight = { "Label" },
|
|
|
|
},
|
|
|
|
scope = {
|
|
|
|
highlight = { "Function" },
|
|
|
|
}
|
2023-06-28 16:40:02 -04:00
|
|
|
},
|
|
|
|
}
|