mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/completion/copilot: use nodejs-18_x (#396)
This commit is contained in:
parent
3f08cff1d0
commit
cf6a614e8b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ in {
|
|||
extraPlugins = [cfg.package];
|
||||
globals =
|
||||
{
|
||||
copilot_node_command = "${pkgs.nodejs-16_x}/bin/node";
|
||||
copilot_node_command = "${pkgs.nodejs-18_x}/bin/node";
|
||||
copilot_filetypes = cfg.filetypes;
|
||||
}
|
||||
// (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue