remove smooth scroll plugin fully
This commit is contained in:
parent
d321204457
commit
436a25fb0e
3 changed files with 1 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
|||
return {
|
||||
-- Smooth scrolling
|
||||
"declancm/cinnamon.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
default_keymaps = true,
|
||||
extra_keymaps = true,
|
||||
extended_keymaps = true,
|
||||
max_length = 180,
|
||||
default_delay = 2,
|
||||
hide_cursor = true,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("cinnamon").setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue