chore(nvim): add cellular-automaton for a fml experience
This commit is contained in:
parent
e2b991db10
commit
244fb0f5e6
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