Stats
Actions
Tags
From gopls
Gopls language server for Go — diagnostics, type checking, find references, and navigation for .go files.
This LSP server requires goplsto 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": {
"go": {
"command": "gopls",
"extensionToLanguage": {
".go": "go"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
goplsstdioInitialization options and workspace settings
npx claudepluginhub boostvolt/claude-code-lsps --plugin gopls