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)