mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
tests/lsp: enable testing for sourcekit as the package has been fixed
This commit is contained in:
parent
bb64e79de6
commit
39df3f8355
1 changed files with 1 additions and 3 deletions
|
@ -151,9 +151,7 @@
|
||||||
};
|
};
|
||||||
slint-lsp.enable = true;
|
slint-lsp.enable = true;
|
||||||
solargraph.enable = true;
|
solargraph.enable = true;
|
||||||
# As of 2023-12-13, sourcekit-lsp is broken
|
sourcekit.enable = true;
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
sourcekit.enable = false;
|
|
||||||
svelte.enable = true;
|
svelte.enable = true;
|
||||||
tailwindcss.enable = true;
|
tailwindcss.enable = true;
|
||||||
taplo.enable = true;
|
taplo.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue