remove smooth scroll plugin fully
This commit is contained in:
parent
ecdf257945
commit
6ed90eafb4
1 changed files with 0 additions and 14 deletions
|
@ -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,
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue