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 9557341 commit 81fdde9Copy full SHA for 81fdde9
plugins/by-name/copilot-lua/default.nix
@@ -166,7 +166,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
166
167
extraOptions = {
168
nodePackage = lib.mkPackageOption pkgs "nodejs" {
169
- default = [ "nodejs-18_x" ];
+ default = [ "nodejs_20" ];
170
example = [ "nodejs" ];
171
nullable = true;
172
extraDescription = ''
0 commit comments