[nvim] add cellular-automaton for a fml experience

This commit is contained in:
Afonso Franco 2024-09-28 16:40:15 +01:00
parent ba1eeac94b
commit 75aa5bd64f
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

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