plugin/lsp: Re-enable sourcekit

This commit is contained in:
Quentin Boyer 2024-10-05 19:25:01 +02:00
parent 8d1e6f5ac4
commit ed4958c206

View file

@ -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 [