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
];
}

View file

@ -78,6 +78,7 @@ with lib; let
"modes-nvim"
"vim-repeat"
"smartcolumn"
"project-nvim"
];
# You can either use the name of the plugin or a package.
pluginsType = with types;