makes crolling anims faster
This commit is contained in:
parent
ee8d9d8c1c
commit
b77f825d2a
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue