mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-07 07:44:33 +02:00
plugins/neogit: use whichPackage
This commit is contained in:
parent
5316141e50
commit
6915b851a2
2 changed files with 12 additions and 3 deletions
|
@ -295,6 +295,7 @@
|
|||
plugins.neogit = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
whichPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue