mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
expose withRuby option
This commit is contained in:
parent
62f32bfc71
commit
b731bedfb9
1 changed files with 7 additions and 0 deletions
|
@ -24,6 +24,12 @@ with lib;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
withRuby = mkOption {
|
||||||
|
type = types.bool;
|
||||||
|
default = true;
|
||||||
|
description = "Enable Ruby provider.";
|
||||||
|
};
|
||||||
|
|
||||||
withNodeJs = mkOption {
|
withNodeJs = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
@ -88,6 +94,7 @@ with lib;
|
||||||
extraPython3Packages
|
extraPython3Packages
|
||||||
viAlias
|
viAlias
|
||||||
vimAlias
|
vimAlias
|
||||||
|
withRuby
|
||||||
withNodeJs
|
withNodeJs
|
||||||
;
|
;
|
||||||
# inherit customRC;
|
# inherit customRC;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue