12 lines
178 B
Lua
12 lines
178 B
Lua
|
return {
|
||
|
"echasnovski/mini.indentscope",
|
||
|
opts = {
|
||
|
draw = {
|
||
|
-- Speed up distracting animation
|
||
|
animation = function()
|
||
|
return 1
|
||
|
end,
|
||
|
},
|
||
|
},
|
||
|
}
|