mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugin/lsp: Re-enable sourcekit
This commit is contained in:
parent
8d1e6f5ac4
commit
ed4958c206
1 changed files with 1 additions and 6 deletions
|
@ -11,12 +11,7 @@ pkgs.lib.optionalAttrs
|
||||||
servers =
|
servers =
|
||||||
let
|
let
|
||||||
disabled =
|
disabled =
|
||||||
[
|
(lib.optionals pkgs.stdenv.isDarwin [
|
||||||
# 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 [
|
|
||||||
"fsautocomplete"
|
"fsautocomplete"
|
||||||
])
|
])
|
||||||
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
++ (lib.optionals pkgs.stdenv.isAarch64 [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue