From: Samir Benmendil Date: Sun, 9 Feb 2025 15:56:46 +0000 (+0000) Subject: nvim: disable snacks scroll animation X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8d210310c8a26bd1924329f1ef260429bde69cc8 nvim: disable snacks scroll animation --- 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 = {