feat: add nvim-mini/mini.indentscope

This commit is contained in:
2025-10-07 00:32:52 +02:00
parent 8bd3ec5613
commit abf3e06d98

View File

@@ -0,0 +1,10 @@
MiniDeps.later(
function()
require("mini.indentscope").setup({
draw = {
delay = 0,
animation = require("mini.indentscope").gen_animation.none(),
},
})
end
)