neovim-config/lua/plugins/mini-indentscope.lua

13 lines
196 B
Lua

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