feat: add project-nvim to plugin imports

This commit is contained in:
NotAShelf 2023-04-07 20:31:43 +03:00
commit e00ad1f653
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
4 changed files with 24 additions and 4 deletions

View file

@ -2,8 +2,4 @@
dag = import ./dag.nix {inherit lib;};
booleans = import ./booleans.nix {inherit lib;};
types = import ./types {inherit lib;};
imports = [
./assertions.nix
];
}