Files
claude-plugins-official/plugins/kotlin-lsp
Habib 2fee5cd9bf Add Kotlin LSP plugin for code intelligence
- Add kotlin-lsp entry to marketplace.json with support for .kt and .kts files
- Create README with installation instructions (brew install kotlin-lsp)
- Configure LSP server to use --stdio mode with 120s startup timeout
2026-01-07 15:06:39 -05:00
..

Kotlin language server for Claude Code, providing code intelligence, refactoring, and analysis.

Supported Extensions

.kt .kts

Installation

Install the Kotlin LSP CLI.

brew install JetBrains/utils/kotlin-lsp

More Information