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

@ -1,5 +1,6 @@
_: {
imports = [
./colorizer.nix
./venn.nix
];
}