chore(nvim): add cellular-automaton for a fml experience

This commit is contained in:
2024-09-28 16:40:15 +01:00
parent e2b991db10
commit 244fb0f5e6

View File

@@ -26,4 +26,10 @@ return {
cmd = { "Pastify" }, cmd = { "Pastify" },
opts = {}, opts = {},
}, },
{
'eandrju/cellular-automaton.nvim',
config = function()
vim.keymap.set("n", "<leader>fml", "<cmd>CellularAutomaton make_it_rain<CR>")
end
}
} }