From da0f3afb123c90f9b68e51d9057c339754eb49f3 Mon Sep 17 00:00:00 2001 From: oreodave Date: Fri, 23 Aug 2019 21:48:58 +0100 Subject: [PATCH] lang/csharp: -Remove old bindings These bindings use older omnisharp functions that no longer work. Should be replaced by new omnisharp functions --- modules/lang/csharp/config.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/lang/csharp/config.el b/modules/lang/csharp/config.el index 7d1e7763f..5665deb6f 100644 --- a/modules/lang/csharp/config.el +++ b/modules/lang/csharp/config.el @@ -52,9 +52,6 @@ "ti" #'omnisharp-current-type-information "td" #'omnisharp-current-type-documentation) (:prefix "t" - "r" (λ! (omnisharp-unit-test "fixture")) - "s" (λ! (omnisharp-unit-test "single")) - "a" (λ! (omnisharp-unit-test "all"))))) (when (featurep! +unity)