feat(UI): no animation on indentscope

This commit is contained in:
Michel 2023-10-03 10:35:13 +02:00
parent f94d0952f6
commit 9401d973d6

View File

@ -10,9 +10,12 @@ return {
{ {
"echasnovski/mini.indentscope", "echasnovski/mini.indentscope",
opts = function(_, opts) opts = {
opts.symbol = "" draw = {
end, animation = require("mini.indentscope").gen_animation.none(),
},
symbol = "",
},
}, },
{ {