mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-06 10:55:39 +02:00
lib/helpers: internal refactoring
This commit is contained in:
parent
598ac0465f
commit
98dbe8a89b
5 changed files with 419 additions and 384 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue