Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake.lock: Update
Browse files Browse the repository at this point in the history
GaetanLepage committed Jan 2, 2024
1 parent 9e14058 commit 509b79c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test-sources/plugins/lsp/nvim-lsp.nix
Original file line number Diff line number Diff line change
@@ -123,7 +123,9 @@
installCargo = true;
installRustc = true;
};
sourcekit.enable = true;
# As of 2023-12-13, sourcekit-lsp is broken
# TODO: re-enable this test when fixed
sourcekit.enable = false;
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;

0 comments on commit 509b79c

Please sign in to comment.