chore(nvim): add cellular-automaton for a fml experience
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user