feat(UI): no animation on indentscope
This commit is contained in:
parent
f94d0952f6
commit
9401d973d6
@ -10,9 +10,12 @@ return {
|
||||
|
||||
{
|
||||
"echasnovski/mini.indentscope",
|
||||
opts = function(_, opts)
|
||||
opts.symbol = "┆"
|
||||
end,
|
||||
opts = {
|
||||
draw = {
|
||||
animation = require("mini.indentscope").gen_animation.none(),
|
||||
},
|
||||
symbol = "┆",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user