mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 00:34: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
|
@ -14,7 +14,7 @@ in
|
|||
plugins.lightline = {
|
||||
enable = mkEnableOption "lightline";
|
||||
|
||||
package = helpers.mkPackageOption "lightline" pkgs.vimPlugins.lightline-vim;
|
||||
package = helpers.mkPluginPackageOption "lightline" pkgs.vimPlugins.lightline-vim;
|
||||
|
||||
colorscheme = mkOption {
|
||||
type = with types; nullOr str;
|
||||
|
|
|
@ -106,7 +106,7 @@ in
|
|||
plugins.lualine = {
|
||||
enable = mkEnableOption "lualine";
|
||||
|
||||
package = helpers.mkPackageOption "lualine" pkgs.vimPlugins.lualine-nvim;
|
||||
package = helpers.mkPluginPackageOption "lualine" pkgs.vimPlugins.lualine-nvim;
|
||||
|
||||
iconsEnabled = mkOption {
|
||||
type = types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue