feat(UI): no animation on indentscope

This commit is contained in:
Michel 2023-10-03 10:35:13 +02:00
parent f94d0952f6
commit 9401d973d6
1 changed files with 6 additions and 3 deletions

View File

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