From 6ed90eafb4b4d009d58dd11987021dab7e5b75d6 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Josh)" Date: Wed, 8 May 2024 00:18:50 -0500 Subject: [PATCH] remove smooth scroll plugin fully --- lua/plugins/smooth_scroll.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lua/plugins/smooth_scroll.lua 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, -}