Skip to content

Commit 50e9895

Browse files
HeitorAugustoLNGaetanLepage
authored andcommitted
plugins/copilot-vim: bump node.js to 20.x version
1 parent 90c3f24 commit 50e9895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/by-name/copilot-vim/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ lib.nixvim.plugins.mkVimPlugin {
2424
settingsOptions = {
2525
node_command = mkOption {
2626
type = with types; nullOr str;
27-
default = lib.getExe pkgs.nodejs-18_x;
28-
defaultText = lib.literalExpression "lib.getExe pkgs.nodejs-18_x";
27+
default = lib.getExe pkgs.nodejs_20;
28+
defaultText = lib.literalExpression "lib.getExe pkgs.nodejs_20";
2929
description = "Tell Copilot what `node` binary to use.";
3030
};
3131

0 commit comments

Comments
 (0)