mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 21:04:30 +02:00
modules/output: expose withPerl
This commit is contained in:
parent
e552c984a2
commit
590153d403
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,12 @@ in
|
||||||
description = "Enable Node provider.";
|
description = "Enable Node provider.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
withPerl = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = false;
|
||||||
|
description = "Enable Perl provider.";
|
||||||
|
};
|
||||||
|
|
||||||
package = mkPackageOption pkgs "Neovim" {
|
package = mkPackageOption pkgs "Neovim" {
|
||||||
default = "neovim-unwrapped";
|
default = "neovim-unwrapped";
|
||||||
};
|
};
|
||||||
|
@ -268,6 +274,7 @@ in
|
||||||
vimAlias
|
vimAlias
|
||||||
withRuby
|
withRuby
|
||||||
withNodeJs
|
withNodeJs
|
||||||
|
withPerl
|
||||||
;
|
;
|
||||||
# inherit customRC;
|
# inherit customRC;
|
||||||
inherit plugins;
|
inherit plugins;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue