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