mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +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
|
@ -10,7 +10,7 @@ with lib;
|
|||
options.plugins.which-key = {
|
||||
enable = mkEnableOption "which-key.nvim, a plugin that popup with possible key bindings of the command you started typing";
|
||||
|
||||
package = helpers.mkPackageOption "which-key-nvim" pkgs.vimPlugins.which-key-nvim;
|
||||
package = helpers.mkPluginPackageOption "which-key-nvim" pkgs.vimPlugins.which-key-nvim;
|
||||
|
||||
registrations = mkOption {
|
||||
type = with types; attrsOf anything;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue