mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 14:48:47 +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
|
@ -15,7 +15,7 @@ in
|
|||
options.plugins.helm = {
|
||||
enable = mkEnableOption "vim-helm";
|
||||
|
||||
package = helpers.mkPackageOption "vim-helm" pkgs.vimPlugins.vim-helm;
|
||||
package = helpers.mkPluginPackageOption "vim-helm" pkgs.vimPlugins.vim-helm;
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable { extraPlugins = [ cfg.package ]; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue