mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2024-05-24
This commit is contained in:
10
lua/plugins/cellular-automaton.lua
Normal file
10
lua/plugins/cellular-automaton.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"eandrju/cellular-automaton.nvim",
|
||||
keys = {
|
||||
{
|
||||
"<leader>mr",
|
||||
"<cmd>CellularAutomaton make_it_rain<cr>",
|
||||
desc = "[M]ake it [R]ain",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user