mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 10:48:35 +02:00
tests/lsp: re-enable ols
This commit is contained in:
parent
618439de33
commit
0cef34c889
1 changed files with 1 additions and 5 deletions
|
@ -130,11 +130,7 @@
|
||||||
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
||||||
# As of 2024-01-04, ols is broken on darwin
|
# As of 2024-01-04, ols is broken on darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
&& !pkgs.stdenv.isDarwin
|
&& !pkgs.stdenv.isDarwin;
|
||||||
# As of 2024-02-11, ols is broken on x86_64-linux
|
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/287577
|
|
||||||
&& (pkgs.stdenv.hostPlatform.system != "x86_64-linux");
|
|
||||||
omnisharp.enable = true;
|
omnisharp.enable = true;
|
||||||
perlpls.enable = true;
|
perlpls.enable = true;
|
||||||
pest_ls.enable = true;
|
pest_ls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue