Skip to content

Instantly share code, notes, and snippets.

@mukhinid
Last active July 3, 2025 07:14
Show Gist options
  • Select an option

  • Save mukhinid/894bed43be7106a059d0e8b895878379 to your computer and use it in GitHub Desktop.

Select an option

Save mukhinid/894bed43be7106a059d0e8b895878379 to your computer and use it in GitHub Desktop.
KDE kate config for omnisharp LSP (Install omnisharp-roslyn-bin via your package manager first)
{
"servers": {
"csharp": {
"command": ["omnisharp", "-lsp"],
"root": ".",
"url": "https://github.com/OmniSharp/omnisharp-roslyn",
"highlightingModeRegex": "^C#$"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment