C#

Note language name is "CSharp" for settings not "C#'

C# support is available through the C# extension.

Configuration

The OmniSharp binary can be configured in a Zed settings file with:

{
  "lsp": {
    "omnisharp": {
      "binary": {
        "path": "/path/to/OmniSharp",
        "args": ["optional", "additional", "args", "-lsp"]
      }
    }
  }
}