From fdf20a139b41304410bc4d0fd955a589b09e8017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 30 Jun 2024 02:54:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20smooth-?= =?UTF-8?q?scrolling=20extra=20keymaps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua b/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua index 54529e40..b9a58735 100644 --- a/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua +++ b/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua @@ -3,8 +3,9 @@ return { event = "VeryLazy", config = function() require("cinnamon").setup({ - keymaps = { extra = true }, - options = { delay = 5 }, + options = { + delay = 5, + }, }) local keymaps = {