mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
@ -88,6 +94,7 @@ with lib;
|
|||
extraPython3Packages
|
||||
viAlias
|
||||
vimAlias
|
||||
withRuby
|
||||
withNodeJs
|
||||
;
|
||||
# inherit customRC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue