mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00: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"
|
"cheatsheet-nvim"
|
||||||
"colorizer"
|
"colorizer"
|
||||||
"venn-nvim"
|
"venn-nvim"
|
||||||
|
"cellular-automaton"
|
||||||
];
|
];
|
||||||
|
|
||||||
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));
|
||||||
|
|
Loading…
Reference in a new issue