mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
Revert "tests/lsp: disable vectorcode_server as vectorcode is broken"
This reverts commit ada9f560c3
.
This commit is contained in:
parent
1a863dc182
commit
0efe79a5ed
1 changed files with 3 additions and 5 deletions
|
@ -45,16 +45,14 @@ let
|
|||
"ruff_lsp"
|
||||
"bufls"
|
||||
"typst_lsp"
|
||||
|
||||
# `vectorcode` fails its python dependency check, as the required dependency is dropped.
|
||||
# See https://github.com/NixOS/nixpkgs/issues/415770
|
||||
# and https://github.com/NixOS/nixpkgs/pull/416834#discussion_r2153315104
|
||||
"vectorcode_server"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"sourcekit"
|
||||
|
||||
# pkgs.vectorcode is not available on this platform
|
||||
"vectorcode_server"
|
||||
|
||||
# TODO: 2024-10-05 build failure
|
||||
"fstar"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue