mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-30 23:55:15 +02:00
tests/lsp: disable test for vala-ls as pkgs.vala-language-server is broken
This commit is contained in:
parent
5c5f95bc3f
commit
22982bd708
1 changed files with 3 additions and 1 deletions
|
@ -193,7 +193,9 @@
|
|||
tsserver.enable = true;
|
||||
typos-lsp.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
vala-ls.enable = true;
|
||||
# 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;
|
||||
vhdl-ls.enable = true;
|
||||
vls.enable = true;
|
||||
vuels.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue