mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
feat: add project-nvim to plugin imports
This commit is contained in:
parent
d03d3f0b83
commit
e00ad1f653
4 changed files with 24 additions and 4 deletions
|
@ -2,8 +2,4 @@
|
|||
dag = import ./dag.nix {inherit lib;};
|
||||
booleans = import ./booleans.nix {inherit lib;};
|
||||
types = import ./types {inherit lib;};
|
||||
|
||||
imports = [
|
||||
./assertions.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue