feat: add cellular automaton to visuals

This commit is contained in:
NotAShelf 2023-02-05 16:14:25 +03:00
commit 5d6f7dc3f3
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
3 changed files with 64 additions and 0 deletions

17
flake.lock generated
View file

@ -48,6 +48,22 @@
"type": "github"
}
},
"cellular-automaton": {
"flake": false,
"locked": {
"lastModified": 1674679594,
"narHash": "sha256-h4KQCf8+GbxWSyZzDny07YFZm7j+aSSfm51lsaK0Ers=",
"owner": "Eandrju",
"repo": "cellular-automaton.nvim",
"rev": "679943b8e1e5ef79aaeeaf4b00782c52eb4e928f",
"type": "github"
},
"original": {
"owner": "Eandrju",
"repo": "cellular-automaton.nvim",
"type": "github"
}
},
"cheatsheet-nvim": {
"flake": false,
"locked": {
@ -823,6 +839,7 @@
"alpha-nvim": "alpha-nvim",
"bufdelete-nvim": "bufdelete-nvim",
"catppuccin": "catppuccin",
"cellular-automaton": "cellular-automaton",
"cheatsheet-nvim": "cheatsheet-nvim",
"cinnamon-nvim": "cinnamon-nvim",
"cmp-buffer": "cmp-buffer",