mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp: re-enable ols
This commit is contained in:
parent
803bded988
commit
1e28932840
1 changed files with 1 additions and 4 deletions
|
@ -168,10 +168,7 @@
|
||||||
ocamllsp.enable = true;
|
ocamllsp.enable = true;
|
||||||
ols.enable =
|
ols.enable =
|
||||||
# ols is not supported on aarch64-linux
|
# ols is not supported on aarch64-linux
|
||||||
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
pkgs.stdenv.hostPlatform.system != "aarch64-linux";
|
||||||
# As of 2024-01-04, ols is broken on darwin
|
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
&& !pkgs.stdenv.isDarwin;
|
|
||||||
omnisharp.enable = true;
|
omnisharp.enable = true;
|
||||||
openscad-lsp.enable = true;
|
openscad-lsp.enable = true;
|
||||||
perlpls.enable = true;
|
perlpls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue