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