mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54: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.";
|
||||
};
|
||||
|
||||
withPerl = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Enable Perl provider.";
|
||||
};
|
||||
|
||||
package = mkPackageOption pkgs "Neovim" {
|
||||
default = "neovim-unwrapped";
|
||||
};
|
||||
|
@ -268,6 +274,7 @@ in
|
|||
vimAlias
|
||||
withRuby
|
||||
withNodeJs
|
||||
withPerl
|
||||
;
|
||||
# inherit customRC;
|
||||
inherit plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue