sessions and nvim tree

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-01 18:11:18 -05:00
parent b542af2f39
commit 78f04bda73
12 changed files with 239 additions and 12 deletions

View file

@ -1,15 +0,0 @@
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,
}