🗑️ remove(nvim): smooth-scrolling extra keymaps
This commit is contained in:
parent
bc5d1eb223
commit
fdf20a139b
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ return {
|
|||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("cinnamon").setup({
|
||||
keymaps = { extra = true },
|
||||
options = { delay = 5 },
|
||||
options = {
|
||||
delay = 5,
|
||||
},
|
||||
})
|
||||
|
||||
local keymaps = {
|
||||
|
|
Loading…
Add table
Reference in a new issue