File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 167
167
"uvls"
168
168
"v_analyzer"
169
169
"vdmj"
170
- "vectorcode_server" # TODO: PR submitted to nixpkgs https://github.com/NixOS/nixpkgs/pull/394565
171
170
"veridian"
172
171
"visualforce_ls"
173
172
# coqPackages.vscoq-language-server is unavailable since the bump to coq 9.0: https://github.com/NixOS/nixpkgs/pull/389454
407
406
vacuum = "vacuum-go" ;
408
407
vala_ls = "vala-language-server" ;
409
408
vale_ls = "vale-ls" ;
409
+ vectorcode_server = "vectorcode" ;
410
410
verible = "verible" ;
411
411
veryl_ls = "veryl" ;
412
412
vhdl_ls = "vhdl-ls" ;
Original file line number Diff line number Diff line change 50
50
"typst_lsp"
51
51
]
52
52
++ lib . optionals ( pkgs . stdenv . hostPlatform . system == "aarch64-linux" ) [
53
+ # pkgs.vectorcode is not available on this platform
54
+ "vectorcode_server"
55
+
53
56
# TODO: 2024-10-05 build failure
54
57
"fstar"
55
58
You can’t perform that action at this time.
0 commit comments