neovim-config/lua/plugins/mini-indentscope.lua
Tyler Hallada d23c57c5d0 Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-11-27 01:31:45 -05:00

12 lines
178 B
Lua

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