first commit

This commit is contained in:
captain 2024-10-07 15:29:32 +08:00
commit 6955e90e07
61 changed files with 3641 additions and 0 deletions

7
lua/lazy/plugins/fun.lua Normal file
View file

@ -0,0 +1,7 @@
return {
"Eandrju/cellular-automaton.nvim",
keys = "<leader>rr",
config = function()
vim.keymap.set("n", "<leader>rr", "<cmd>CellularAutomaton make_it_rain<CR>")
end,
}