Files
neovim-config/lua/plugins/mini-indentscope.lua
2025-09-22 10:32:04 -04:00

13 lines
194 B
Lua

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