Revert "plugins/lsp: Add statix (#1105)"

This reverts commit b784e73ad3.
This commit is contained in:
James Taranto 2024-02-17 00:25:18 +00:00 committed by Gaétan Lepage
parent ca6240ddc2
commit 361e2ec74b
3 changed files with 0 additions and 6 deletions

View file

@ -83,7 +83,6 @@ in {
"rust-analyzer" "rust-analyzer"
"solargraph" "solargraph"
"sourcekit" "sourcekit"
"statix"
"svelte" "svelte"
"tailwindcss" "tailwindcss"
"taplo" "taplo"

View file

@ -563,10 +563,6 @@ with lib; let
description = "sourcekit language server for Swift and C/C++/Objective-C"; description = "sourcekit language server for Swift and C/C++/Objective-C";
package = pkgs.sourcekit-lsp; package = pkgs.sourcekit-lsp;
} }
{
name = "statix";
description = "statix for Nix";
}
{ {
name = "svelte"; name = "svelte";
description = "svelte language server for Svelte"; description = "svelte language server for Svelte";

View file

@ -151,7 +151,6 @@
# As of 2023-12-13, sourcekit-lsp is broken # As of 2023-12-13, sourcekit-lsp is broken
# TODO: re-enable this test when fixed # TODO: re-enable this test when fixed
sourcekit.enable = false; sourcekit.enable = false;
statix.enable = true;
svelte.enable = true; svelte.enable = true;
tailwindcss.enable = true; tailwindcss.enable = true;
taplo.enable = true; taplo.enable = true;