mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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
|
@ -13,7 +13,7 @@ with lib;
|
|||
options.plugins.neorg = helpers.neovim-plugin.extraOptionsOptions // {
|
||||
enable = mkEnableOption "neorg";
|
||||
|
||||
package = helpers.mkPackageOption "neorg" pkgs.vimPlugins.neorg;
|
||||
package = helpers.mkPluginPackageOption "neorg" pkgs.vimPlugins.neorg;
|
||||
|
||||
lazyLoading = helpers.defaultNullOpts.mkBool false '''';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue