expose withNodeJs option (#1198)

This commit is contained in:
Aaron Adams 2024-03-04 05:59:53 +08:00 committed by GitHub
parent d85f7108a6
commit 40286bf9b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,12 @@ with lib; {
'';
};
withNodeJs = mkOption {
type = types.bool;
default = false;
description = "Enable Node provider.";
};
package = mkOption {
type = types.package;
default = pkgs.neovim-unwrapped;
@ -84,6 +90,7 @@ with lib; {
extraPython3Packages
viAlias
vimAlias
withNodeJs
;
# inherit customRC;
plugins = normalizedPlugins;