mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
tests/plugins/lsp: re-enable vala-ls on linux
This commit is contained in:
parent
9a218fed31
commit
39081a4106
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue