mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
modules/output: expose withPython3
This commit is contained in:
parent
590153d403
commit
d100a4e994
1 changed files with 7 additions and 0 deletions
|
@ -46,6 +46,12 @@ in
|
|||
description = "Enable Perl provider.";
|
||||
};
|
||||
|
||||
withPython3 = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
description = "Enable Python 3 provider.";
|
||||
};
|
||||
|
||||
package = mkPackageOption pkgs "Neovim" {
|
||||
default = "neovim-unwrapped";
|
||||
};
|
||||
|
@ -275,6 +281,7 @@ in
|
|||
withRuby
|
||||
withNodeJs
|
||||
withPerl
|
||||
withPython3
|
||||
;
|
||||
# inherit customRC;
|
||||
inherit plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue