[nvim] add cellular-automaton for a fml experience
This commit is contained in:
parent
ba1eeac94b
commit
75aa5bd64f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue