From 35b951e1b62a7915077de9e5d85b2a2a65b7a39e Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Sat, 15 Feb 2025 17:23:32 +0100 Subject: [PATCH] oops2 --- lua/plugins/init.lua | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 2638daa..d791f4b 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -133,20 +133,20 @@ return { lazy = false, ---@type snacks.Config opts = { - animate = { - enabled = true, - fps = 144, - 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 } }, + bigfile = { enabled = true }, + dashboard = { enabled = true }, + explorer = { enabled = true }, indent = { enabled = true, scope = { enabled = false, underline = true, + animate = { + enabled = true, + fps = 144, + easing = "inExpo", + duration = 20, + }, }, chunk = { enabled = true, @@ -158,19 +158,15 @@ return { arrow = "╼", }, }, - animate = { - easing = "linear", - duration = 10, - } }, - input = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - picker = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - notifier = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - quickfile = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - scope = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - scroll = { enabled = true, animate = { easing = "linear", duration = 5 } }, - statuscolumn = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, - words = { enabled = true, animate = { easing = "inExpo", duration = 20 } }, + input = { enabled = true }, + picker = { enabled = true }, + notifier = { enabled = true }, + quickfile = { enabled = true }, + scope = { enabled = true }, + scroll = { enabled = false }, + statuscolumn = { enabled = true }, + words = { enabled = true }, }, }, {