From 0392be85f03cd95e8cb7de0edd40d2e5f9dc2e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Tue, 7 Apr 2026 11:22:36 +0200 Subject: [PATCH] non important commit --- home/modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/helix.nix b/home/modules/helix.nix index d266267..6e4359c 100644 --- a/home/modules/helix.nix +++ b/home/modules/helix.nix @@ -61,7 +61,7 @@ { name = "c-sharp"; auto-format = true; - language-servers = ["omnisharp"]; + language-servers = ["csharp-ls"]; } { name = "markdown";