many updates, added hardmode

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-10-18 01:56:44 -05:00
parent 99fb25e145
commit 1f41fc3018
8 changed files with 237 additions and 80 deletions

6
lua/plugins/hardtime.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"m4xshen/hardtime.nvim",
event = "VeryLazy",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
opts = {},
}