🗑️ remove(nvim): smooth-scrolling extra keymaps

This commit is contained in:
Sergio Laín 2024-06-30 02:54:12 +02:00
parent bc5d1eb223
commit fdf20a139b
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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 = {