From 39081a41067a7bdb66f6f85a3fee9693ff8a21b1 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 19 Aug 2024 16:26:00 -0500 Subject: [PATCH] tests/plugins/lsp: re-enable vala-ls on linux --- tests/test-sources/plugins/lsp/_lsp.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;