From b77f825d2a4f857c16677b47f1065812935b08d5 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Mon, 6 May 2024 12:02:23 -0500 Subject: [PATCH] makes crolling anims faster --- lua/plugins/smooth_scroll.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/plugins/smooth_scroll.lua b/lua/plugins/smooth_scroll.lua index 21cdc71..dbe4612 100644 --- a/lua/plugins/smooth_scroll.lua +++ b/lua/plugins/smooth_scroll.lua @@ -3,11 +3,12 @@ return { "declancm/cinnamon.nvim", event = "VeryLazy", opts = { + default_keymaps = true, extra_keymaps = true, extended_keymaps = true, - -- override_keymaps = true, - max_length = 300, + max_length = 180, default_delay = 2, + hide_cursor = true, }, config = function(_, opts) require("cinnamon").setup(opts)