go
stdiogo
Used by 8 plugins
Requires Language Server Binary
This LSP server requires gopls to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub piebald-ai/claude-code-lspsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"go": {
"command": "gopls",
"extensionToLanguage": {
".go": "go"
}
}
}
}Supported Languages
go
.go
Command
goplsTransport
stdioAdvanced Configuration
Restart on Crash:Yes
Max Restarts:3
Initialization Options:
{}Settings:
{}