diff --git a/lua/plugins/smooth_scroll.lua b/lua/plugins/smooth_scroll.lua index 713d821..aa8523b 100644 --- a/lua/plugins/smooth_scroll.lua +++ b/lua/plugins/smooth_scroll.lua @@ -4,8 +4,8 @@ return { event = "VeryLazy", opts = { default_keymaps = true, - max_length = 180, - default_delay = 2, + max_length = 150, + default_delay = 1, hide_cursor = true, }, config = function(_, opts)