mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins: remove all use of lib.nixvim.mkPackageOption
This commit is contained in:
parent
84676128f8
commit
ae3a2c9d10
28 changed files with 73 additions and 95 deletions
|
@ -72,13 +72,8 @@ helpers.neovim-plugin.mkNeovimPlugin {
|
|||
};
|
||||
|
||||
extraOptions = {
|
||||
glowPackage = helpers.mkPackageOption {
|
||||
description = ''
|
||||
Which package to use for `glow` in your `$PATH`.
|
||||
Set to `null` to disable its automatic installation.
|
||||
'';
|
||||
default = pkgs.glow;
|
||||
defaultText = lib.literalExpression "pkgs.glow";
|
||||
glowPackage = lib.mkPackageOption pkgs "glow" {
|
||||
nullable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue