mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
expose withNodeJs option (#1198)
This commit is contained in:
parent
d85f7108a6
commit
40286bf9b0
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue