plugins/copilot-lua: bump node.js to 20.x version

This commit is contained in:
Heitor Augusto 2025-03-29 19:04:02 -03:00 committed by Gaétan Lepage
parent 95573411bc
commit 81fdde9fc5

View file

@ -166,7 +166,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
extraOptions = { extraOptions = {
nodePackage = lib.mkPackageOption pkgs "nodejs" { nodePackage = lib.mkPackageOption pkgs "nodejs" {
default = [ "nodejs-18_x" ]; default = [ "nodejs_20" ];
example = [ "nodejs" ]; example = [ "nodejs" ];
nullable = true; nullable = true;
extraDescription = '' extraDescription = ''