diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 3e9570f9..1a750aa1 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -220,9 +220,7 @@ # https://github.com/NixOS/nixpkgs/pull/335263 # TODO: re-enable this test when fixed typst-lsp.enable = false; - # As of 2024-04-03, pkgs.vala-language-server is broken on linux - # TODO: re-enable this test when fixed - vala-ls.enable = !pkgs.stdenv.isLinux; + vala-ls.enable = true; vhdl-ls.enable = true; vls.enable = true; vuels.enable = true;