neovim-config/lua/plugins/mini-indentscope.lua
Tyler Hallada 1bd905a6bf Switch to new lazy-based config
Still a bit WIP. Gradually adding back old plugins and config from old config.
2023-12-01 15:26:02 -05:00

12 lines
178 B
Lua

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