diff --git a/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua b/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua index 00a51aa3..634e31f9 100644 --- a/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua +++ b/.config/nvim/lua/plugins/extras/ui/smooth-scrolling.lua @@ -5,8 +5,8 @@ return { event = "VeryLazy", opts = { default_keymaps = true, - extra_keymaps = true, - extended_keymaps = true, + extra_keymaps = false, + extended_keymaps = false, default_delay = 2, }, }