WIP on new config

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-01 01:14:46 -05:00
parent c86f67f0f7
commit c42f197307
13 changed files with 354 additions and 85 deletions

View 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,
}