From docker-compose
docker-compose-langserver provides code intelligence for Docker Compose YAML files (.yml/.yaml) — diagnostics, go-to-definition, find references, hover information, and symbols.
npx claudepluginhub thebushidocollective/han --plugin docker-composeThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"docker-compose-langserver": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
"extensionToLanguage": {
".yml": "dockercompose",
".yaml": "dockercompose"
},
"args": [
"--stdio"
]
}
}
}${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shstdio