|
@@ -63,6 +63,9 @@ require('lazy').setup({
|
|
|
},
|
|
|
},
|
|
|
|
|
|
+ -- When life gets too hard
|
|
|
+ 'eandrju/cellular-automaton.nvim',
|
|
|
+
|
|
|
-- NOTE: This is where your plugins related to LSP can be installed.
|
|
|
-- The configuration is done below. Search for lspconfig to find it below.
|
|
|
{
|
|
@@ -310,6 +313,9 @@ require('lazy').setup({
|
|
|
-- { import = 'custom.plugins' },
|
|
|
}, {})
|
|
|
|
|
|
+-- When lyf give you lemons
|
|
|
+vim.keymap.set("n", "<leader>fml", "<cmd>CellularAutomaton make_it_rain<CR>")
|
|
|
+
|
|
|
-- [[ Setting options ]]
|
|
|
-- See `:help vim.o`
|
|
|
-- NOTE: You can change these options as you wish!
|