diff --git a/tests/test-sources/plugins/lsp/omnisharp.nix b/tests/test-sources/plugins/lsp/omnisharp.nix index 5ca35f02..7e8e9880 100644 --- a/tests/test-sources/plugins/lsp/omnisharp.nix +++ b/tests/test-sources/plugins/lsp/omnisharp.nix @@ -1,13 +1,10 @@ -{ pkgs, ... }: { defaults = { plugins.lsp = { enable = true; servers.omnisharp = { - # As of 2024-03-05, omnisharp-roslyn is broken on darwin - # TODO: re-enable this test when fixed - enable = !pkgs.stdenv.isDarwin; + enable = true; settings = { enableEditorConfigSupport = true;