mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp: disable swift
This commit is contained in:
parent
5143afeebc
commit
aa15c24437
1 changed files with 2 additions and 2 deletions
|
@ -195,9 +195,9 @@
|
|||
};
|
||||
slint-lsp.enable = true;
|
||||
solargraph.enable = true;
|
||||
# As of 2024-03-11, sourcekit-lsp is broken on aarch64
|
||||
# As of 2024-09-13, sourcekit-lsp is broken due to swift dependency
|
||||
# TODO: re-enable this test when fixed
|
||||
sourcekit.enable = !pkgs.stdenv.isAarch64;
|
||||
# sourcekit.enable = !pkgs.stdenv.isAarch64;
|
||||
sqls.enable = true;
|
||||
svelte.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue