mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-30 04:14:28 +02:00
plugins/lazy: use gitPackage
This commit is contained in:
parent
ce6573424d
commit
4fe95d4502
2 changed files with 14 additions and 1 deletions
|
@ -89,4 +89,11 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
no-packages = {
|
||||
plugins.lazy = {
|
||||
enable = true;
|
||||
gitPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue