10 lines
232 B
Lua
10 lines
232 B
Lua
return {
|
|
{
|
|
'Eandrju/cellular-automaton.nvim',
|
|
cmd = {
|
|
"CellularAutomaton"
|
|
},
|
|
init = function() vim.keymap.set("n", "<leader>fu", "<cmd>CellularAutomaton make_it_rain<CR>") end
|
|
}
|
|
}
|