11 lines
170 B
Lua
11 lines
170 B
Lua
|
return {
|
||
|
{
|
||
|
"lukas-reineke/indent-blankline.nvim",
|
||
|
opts = {
|
||
|
show_current_context = true,
|
||
|
show_current_context_start = true,
|
||
|
use_treesitter = true,
|
||
|
},
|
||
|
}
|
||
|
}
|