16 lines
211 B
Lua
16 lines
211 B
Lua
|
return {
|
||
|
"lukas-reineke/indent-blankline.nvim",
|
||
|
event = "VeryLazy",
|
||
|
main = "ibl",
|
||
|
opts = {
|
||
|
indent = {
|
||
|
char = "▏",
|
||
|
},
|
||
|
scope = {
|
||
|
enabled = true,
|
||
|
show_start = false,
|
||
|
},
|
||
|
},
|
||
|
config = true,
|
||
|
}
|