mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +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;
|
||||
solargraph.enable = true;
|
||||
# As of 2023-12-13, sourcekit-lsp is broken
|
||||
# TODO: re-enable this test when fixed
|
||||
sourcekit.enable = false;
|
||||
sourcekit.enable = true;
|
||||
svelte.enable = true;
|
||||
tailwindcss.enable = true;
|
||||
taplo.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue