mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
Revert "plugins/lsp: Add statix (#1105)"
This reverts commit b784e73ad3
.
This commit is contained in:
parent
ca6240ddc2
commit
361e2ec74b
3 changed files with 0 additions and 6 deletions
|
@ -83,7 +83,6 @@ in {
|
||||||
"rust-analyzer"
|
"rust-analyzer"
|
||||||
"solargraph"
|
"solargraph"
|
||||||
"sourcekit"
|
"sourcekit"
|
||||||
"statix"
|
|
||||||
"svelte"
|
"svelte"
|
||||||
"tailwindcss"
|
"tailwindcss"
|
||||||
"taplo"
|
"taplo"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue