mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/copilot-vim: bump node.js to 20.x version
This commit is contained in:
parent
90c3f2468e
commit
50e9895c2c
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ lib.nixvim.plugins.mkVimPlugin {
|
||||||
settingsOptions = {
|
settingsOptions = {
|
||||||
node_command = mkOption {
|
node_command = mkOption {
|
||||||
type = with types; nullOr str;
|
type = with types; nullOr str;
|
||||||
default = lib.getExe pkgs.nodejs-18_x;
|
default = lib.getExe pkgs.nodejs_20;
|
||||||
defaultText = lib.literalExpression "lib.getExe pkgs.nodejs-18_x";
|
defaultText = lib.literalExpression "lib.getExe pkgs.nodejs_20";
|
||||||
description = "Tell Copilot what `node` binary to use.";
|
description = "Tell Copilot what `node` binary to use.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue