mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 04:35:08 +02:00
tests/lsp: re-enable omnisharp
This commit is contained in:
parent
5e8f822af5
commit
803bded988
1 changed files with 1 additions and 3 deletions
|
@ -172,9 +172,7 @@
|
|||
# As of 2024-01-04, ols is broken on darwin
|
||||
# TODO: re-enable this test when fixed
|
||||
&& !pkgs.stdenv.isDarwin;
|
||||
# As of 2024-03-05, omnisharp-roslyn is broken on darwin
|
||||
# TODO: re-enable this test when fixed
|
||||
omnisharp.enable = !pkgs.stdenv.isDarwin;
|
||||
omnisharp.enable = true;
|
||||
openscad-lsp.enable = true;
|
||||
perlpls.enable = true;
|
||||
pest-ls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue