diff --git a/lua/plugins/smooth_scroll.lua b/lua/plugins/smooth_scroll.lua deleted file mode 100644 index aa8523b..0000000 --- a/lua/plugins/smooth_scroll.lua +++ /dev/null @@ -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, -}