This commit is contained in:
Zacharias-Brohn
2025-02-15 17:23:32 +01:00
parent d3465ff5cd
commit 35b951e1b6
+16 -20
View File
@@ -133,20 +133,20 @@ return {
lazy = false, lazy = false,
---@type snacks.Config ---@type snacks.Config
opts = { opts = {
bigfile = { enabled = true },
dashboard = { enabled = true },
explorer = { enabled = true },
indent = {
enabled = true,
scope = {
enabled = false,
underline = true,
animate = { animate = {
enabled = true, enabled = true,
fps = 144, fps = 144,
easing = "inExpo", easing = "inExpo",
duration = 20, 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 = {
enabled = true,
scope = {
enabled = false,
underline = true,
}, },
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 },
}, },
}, },
{ {