initial commit

This commit is contained in:
2026-01-19 20:33:18 -05:00
commit 6c728033f2
43 changed files with 4729 additions and 0 deletions
@@ -0,0 +1,19 @@
-- require('mini.animate').setup()
-- require('mini.animate').setup({
-- cursor = {
-- enable = true,
-- },
-- scroll = {
-- enable = false,
-- },
-- resize = {
-- enable = false,
-- },
-- open = {
-- enable = false,
-- },
-- close = {
-- enable = false,
-- },
-- })