mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 02:08:40 +02:00
plugins/git-worktree: fix no package test
This commit is contained in:
parent
3325dcb00b
commit
a8dd7a5657
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
no-packages = {
|
no-packages = {
|
||||||
plugins.neogit = {
|
plugins.git-worktree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gitPackage = null;
|
gitPackage = null;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue