We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c3f24 commit 50e9895Copy full SHA for 50e9895
plugins/by-name/copilot-vim/default.nix
@@ -24,8 +24,8 @@ lib.nixvim.plugins.mkVimPlugin {
24
settingsOptions = {
25
node_command = mkOption {
26
type = with types; nullOr str;
27
- default = lib.getExe pkgs.nodejs-18_x;
28
- defaultText = lib.literalExpression "lib.getExe pkgs.nodejs-18_x";
+ default = lib.getExe pkgs.nodejs_20;
+ defaultText = lib.literalExpression "lib.getExe pkgs.nodejs_20";
29
description = "Tell Copilot what `node` binary to use.";
30
};
31
0 commit comments