Make indentscope less obnoxious

This commit is contained in:
Daniel Patterson
2023-08-04 12:52:01 +01:00
parent 05b1539183
commit c25c1db32f

View File

@@ -29,4 +29,13 @@ return {
} }
end, end,
}, },
{
"echasnovski/mini.indentscope",
opts = {
draw = {
delay = 0,
animation = require("mini.indentscope").gen_animation.none(),
},
},
},
} }