From cb30bcc53257917d6c5d1b4df31cc5ae8372d2ba Mon Sep 17 00:00:00 2001 From: "markus.dieckmann" Date: Wed, 14 May 2025 18:08:39 +0200 Subject: [PATCH] snacks.animate --- nvim/lua/plugins/snacks.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugins/snacks.lua b/nvim/lua/plugins/snacks.lua index ad8e94a..eb79fae 100644 --- a/nvim/lua/plugins/snacks.lua +++ b/nvim/lua/plugins/snacks.lua @@ -7,6 +7,7 @@ return { -- your configuration comes here -- or leave it empty to use the default settings -- refer to the configuration section below + animate = { enabled = true, easing = "cubic" }, bigfile = { enabled = true }, explorer = { enabled = true }, indent = { enabled = true, animate = { enabled = false }, scope = { enabled = true }, chunk = { enabled = true } },