remove smooth scroll plugin fully

This commit is contained in:
RingOfStorms (Josh) 2024-05-08 00:18:50 -05:00
parent ecdf257945
commit 6ed90eafb4

View file

@ -1,14 +0,0 @@
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,
}