mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
modules/dependencies: add which
This commit is contained in:
parent
9abe8fd025
commit
9cc70f8c03
3 changed files with 14 additions and 16 deletions
|
@ -294,11 +294,11 @@
|
|||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.neogit = {
|
||||
enable = true;
|
||||
whichPackage = null;
|
||||
};
|
||||
plugins.neogit.enable = true;
|
||||
|
||||
dependencies.git.enable = false;
|
||||
dependencies = {
|
||||
git.enable = false;
|
||||
which.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue