feat: add venn.nvim for drawing venn diagrams

This commit is contained in:
NotAShelf 2023-02-04 02:12:41 +03:00
commit afa4206a81
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
5 changed files with 75 additions and 3 deletions

View file

@ -49,6 +49,7 @@ with lib; let
"cinnamon-nvim"
"cheatsheet-nvim"
"colorizer"
"venn-nvim"
];
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));