Stats
Actions
Tags
From kotlin-lsp
kotlin-lsp provides code intelligence for Kotlin (.kt, .kts) — diagnostics, go-to-definition, find references, hover information, symbols, and call hierarchy.
This LSP server requires kotlin-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"kotlin-lsp": {
"command": "kotlin-lsp",
"extensionToLanguage": {
".kt": "kotlin",
".kts": "kotlin"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
kotlin-lspstdioInitialization options and workspace settings
npx claudepluginhub h16rkim/overmind --plugin kotlin-lsp