Tyler Hallada
d23c57c5d0
Still a bit WIP. Gradually adding back old plugins and config from old config.
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,
|
|
},
|
|
},
|
|
}
|