mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/copilot-lua: bump node.js to 20.x version
This commit is contained in:
parent
95573411bc
commit
81fdde9fc5
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue