Skip to content

Commit 5908b5a

Browse files
committed
plugins/lsp: register pkgs.vectorcode for vectorcode_server
1 parent 2a7ee28 commit 5908b5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

plugins/lsp/lsp-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
"uvls"
168168
"v_analyzer"
169169
"vdmj"
170-
"vectorcode_server" # TODO: PR submitted to nixpkgs https://github.com/NixOS/nixpkgs/pull/394565
171170
"veridian"
172171
"visualforce_ls"
173172
# coqPackages.vscoq-language-server is unavailable since the bump to coq 9.0: https://github.com/NixOS/nixpkgs/pull/389454
@@ -407,6 +406,7 @@
407406
vacuum = "vacuum-go";
408407
vala_ls = "vala-language-server";
409408
vale_ls = "vale-ls";
409+
vectorcode_server = "vectorcode";
410410
verible = "verible";
411411
veryl_ls = "veryl";
412412
vhdl_ls = "vhdl-ls";

tests/lsp-servers.nix

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ let
5050
"typst_lsp"
5151
]
5252
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
53+
# pkgs.vectorcode is not available on this platform
54+
"vectorcode_server"
55+
5356
# TODO: 2024-10-05 build failure
5457
"fstar"
5558

0 commit comments

Comments
 (0)