Skip to content

Instantly share code, notes, and snippets.

@mukhinid
Last active March 21, 2022 15:17
Show Gist options
  • Save mukhinid/894bed43be7106a059d0e8b895878379 to your computer and use it in GitHub Desktop.
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