mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
lib/options: rename mkPackageOption to mkPluginPackageOption
This commit is contained in:
parent
40598fc1bd
commit
26367692da
110 changed files with 111 additions and 111 deletions
|
@ -95,7 +95,7 @@ rec {
|
|||
options.${namespace}.${name} = {
|
||||
enable = mkEnableOption originalName;
|
||||
|
||||
package = nixvimOptions.mkPackageOption originalName defaultPackage;
|
||||
package = nixvimOptions.mkPluginPackageOption originalName defaultPackage;
|
||||
|
||||
settings = mkSettingsOption {
|
||||
pluginName = name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue