makes crolling anims faster

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-06 12:02:23 -05:00
parent ee8d9d8c1c
commit b77f825d2a

View file

@ -3,11 +3,12 @@ return {
"declancm/cinnamon.nvim", "declancm/cinnamon.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = { opts = {
default_keymaps = true,
extra_keymaps = true, extra_keymaps = true,
extended_keymaps = true, extended_keymaps = true,
-- override_keymaps = true, max_length = 180,
max_length = 300,
default_delay = 2, default_delay = 2,
hide_cursor = true,
}, },
config = function(_, opts) config = function(_, opts)
require("cinnamon").setup(opts) require("cinnamon").setup(opts)