file_types: invoke OmniSharp instead of omnisharp

The former is the canonical executable name, and also what Helix uses. Seems reasonable to standardize on that.
This commit is contained in:
Alex Rønne Petersen 2025-08-16 17:36:36 +02:00 committed by CJ van den Berg
parent 057a9d60cd
commit 523085ba70

View file

@ -41,7 +41,7 @@ pub const @"c-sharp" = .{
.icon = "󰌛",
.extensions = .{"cs"},
.comment = "//",
.language_server = .{ "omnisharp", "-lsp" },
.language_server = .{ "OmniSharp", "-lsp" },
.formatter = .{ "csharpier", "format" },
};