lib/helpers: internal refactoring

This commit is contained in:
Gaetan Lepage 2024-01-25 15:43:06 +01:00 committed by Gaétan Lepage
parent 598ac0465f
commit 98dbe8a89b
5 changed files with 419 additions and 384 deletions

View file

@ -1,6 +1,6 @@
{
lib,
mkPackageOption,
nixvimOptions,
}:
with lib; {
mkVimPlugin = {
@ -45,7 +45,7 @@ with lib; {
if package == null
then {}
else {
package = mkPackageOption name package;
package = nixvimOptions.mkPackageOption name package;
};
extraConfigOption =