This commit is contained in:
Zacharias-Brohn
2025-02-15 17:23:32 +01:00
parent d3465ff5cd
commit 35b951e1b6
+17 -21
View File
@@ -133,20 +133,20 @@ return {
lazy = false, lazy = false,
---@type snacks.Config ---@type snacks.Config
opts = { opts = {
animate = { bigfile = { enabled = true },
enabled = true, dashboard = { enabled = true },
fps = 144, explorer = { enabled = true },
easing = "inExpo",
duration = 20,
},
bigfile = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
dashboard = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
explorer = { enabled = true, animate = { easing = "inExpo", duration = 20 } },
indent = { indent = {
enabled = true, enabled = true,
scope = { scope = {
enabled = false, enabled = false,
underline = true, underline = true,
animate = {
enabled = true,
fps = 144,
easing = "inExpo",
duration = 20,
},
}, },
chunk = { chunk = {
enabled = true, enabled = true,
@@ -158,19 +158,15 @@ return {
arrow = "", arrow = "",
}, },
}, },
animate = {
easing = "linear",
duration = 10,
}
}, },
input = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, input = { enabled = true },
picker = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, picker = { enabled = true },
notifier = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, notifier = { enabled = true },
quickfile = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, quickfile = { enabled = true },
scope = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, scope = { enabled = true },
scroll = { enabled = true, animate = { easing = "linear", duration = 5 } }, scroll = { enabled = false },
statuscolumn = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, statuscolumn = { enabled = true },
words = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, words = { enabled = true },
}, },
}, },
{ {