remove smooth scroll plugin fully

This commit is contained in:
RingOfStorms (Josh) 2024-05-08 00:08:53 -05:00
commit ecdf257945

View file

@ -0,0 +1,14 @@
return {
-- Smooth scrolling
"declancm/cinnamon.nvim",
event = "VeryLazy",
opts = {
default_keymaps = true,
max_length = 150,
default_delay = 1,
hide_cursor = true,
},
config = function(_, opts)
require("cinnamon").setup(opts)
end,
}