Skip to content

Commit

Permalink
plugin/lsp: Re-enable sourcekit
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Oct 6, 2024
1 parent e9e791c commit b43fd6c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/lsp-servers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ pkgs.lib.optionalAttrs
servers =
let
disabled =
[
# As of 2024-09-13, sourcekit-lsp is broken due to swift dependency
# TODO: re-enable this test when fixed
"sourcekit"
]
++ (lib.optionals pkgs.stdenv.isDarwin [
(lib.optionals pkgs.stdenv.isDarwin [
"fsautocomplete"
])
++ (lib.optionals pkgs.stdenv.isAarch64 [
Expand Down

0 comments on commit b43fd6c

Please sign in to comment.