remove smooth scroll plugin fully
This commit is contained in:
commit
ecdf257945
1 changed files with 14 additions and 0 deletions
14
lua/plugins/smooth_scroll.lua
Normal file
14
lua/plugins/smooth_scroll.lua
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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