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 =
|
||||
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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue