tests/plugins/lsp: re-enable vala-ls on linux

This commit is contained in:
Austin Horstman 2024-08-19 16:26:00 -05:00
parent 9a218fed31
commit 39081a4106
No known key found for this signature in database

View file

@ -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;