Skip to content

Commit

Permalink
Revert "plugins/lsp: Add statix (#1105)"
Browse files Browse the repository at this point in the history
This reverts commit b784e73.
  • Loading branch information
tarantoj authored and GaetanLepage committed Feb 17, 2024
1 parent ca6240d commit 361e2ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion plugins/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ in {
"rust-analyzer"
"solargraph"
"sourcekit"
"statix"
"svelte"
"tailwindcss"
"taplo"
Expand Down
4 changes: 0 additions & 4 deletions plugins/lsp/language-servers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ with lib; let
description = "sourcekit language server for Swift and C/C++/Objective-C";
package = pkgs.sourcekit-lsp;
}
{
name = "statix";
description = "statix for Nix";
}
{
name = "svelte";
description = "svelte language server for Svelte";
Expand Down
1 change: 0 additions & 1 deletion tests/test-sources/plugins/lsp/_lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
# As of 2023-12-13, sourcekit-lsp is broken
# TODO: re-enable this test when fixed
sourcekit.enable = false;
statix.enable = true;
svelte.enable = true;
tailwindcss.enable = true;
taplo.enable = true;
Expand Down

0 comments on commit 361e2ec

Please sign in to comment.