From 8d210310c8a26bd1924329f1ef260429bde69cc8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 9 Feb 2025 15:56:46 +0000 Subject: [PATCH] nvim: disable snacks scroll animation --- nvim/lua/plugins/snacks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/snacks.lua b/nvim/lua/plugins/snacks.lua index bfd3870..2c7f6a8 100644 --- a/nvim/lua/plugins/snacks.lua +++ b/nvim/lua/plugins/snacks.lua @@ -23,7 +23,7 @@ return { input = { enabled = true }, -- NOTE: seems unecessary quickfile = { enabled = true }, -- TODO: review if needed scope = { enabled = true }, - scroll = { enabled = true }, + scroll = { enabled = false }, -- fuck this! statuscolumn = { enabled = true }, terminal = { win = { -- 2.48.1