From 366f25598a4f35f590a6b5887628e763df0eb939 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 19 Aug 2024 16:17:21 -0500 Subject: [PATCH] tests/plugins/lsp: re-enable omnisharp on darwin --- tests/test-sources/plugins/lsp/omnisharp.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;