🗑️ 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",
|
event = "VeryLazy",
|
||||||
config = function()
|
config = function()
|
||||||
require("cinnamon").setup({
|
require("cinnamon").setup({
|
||||||
keymaps = { extra = true },
|
options = {
|
||||||
options = { delay = 5 },
|
delay = 5,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local keymaps = {
|
local keymaps = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue