mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-12-25 02:19:48 +01:00
feat: add cellular automaton to plugin list
This commit is contained in:
parent
5d6f7dc3f3
commit
fed83cd8ce
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ with lib; let
|
|||
"cheatsheet-nvim"
|
||||
"colorizer"
|
||||
"venn-nvim"
|
||||
"cellular-automaton"
|
||||
];
|
||||
|
||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||
|
|
Loading…
Reference in a new issue