Reenable cellular_automaton and doge

This commit is contained in:
2024-03-10 21:10:23 +01:00
parent 0e81707573
commit 91103dd6e1
2 changed files with 1 additions and 1 deletions

View File

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