npx claudepluginhub piebald-ai/claude-code-lsps --plugin metalsThis LSP server requires metalsto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"scala": {
"command": "metals",
"extensionToLanguage": {
".sc": "scala",
".sbt": "sbt",
".scala": "scala"
}
}
}
}metalsstdioInitialization Options:
{
"isExitOnShutdown": true,
"statusBarProvider": "log-message"
}Settings:
{}