Reenable cellular_automaton and doge
This commit is contained in:
9
.config/nvim/lua/plugins/cellular_automaton.lua
Normal file
9
.config/nvim/lua/plugins/cellular_automaton.lua
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user