mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 02:38:38 +02:00
plugins/git-worktree: use gitPackage
This commit is contained in:
parent
d4bcebc7ca
commit
831c814bb3
2 changed files with 13 additions and 1 deletions
|
@ -26,4 +26,11 @@
|
|||
enableTelescope = false;
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.neogit = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue