sessions and nvim tree
This commit is contained in:
parent
b542af2f39
commit
78f04bda73
12 changed files with 239 additions and 12 deletions
15
lua/plugins/smooth_scroll.lua
Normal file
15
lua/plugins/smooth_scroll.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
-- Smooth scrolling
|
||||
"declancm/cinnamon.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
extra_keymaps = true,
|
||||
extended_keymaps = true,
|
||||
-- override_keymaps = true,
|
||||
max_length = 300,
|
||||
default_delay = 2,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require("cinnamon").setup(opts)
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue