Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From vue
Vue Language Server provides code intelligence for Vue single-file components (.vue files) — diagnostics, go-to-definition, find references, hover information, and symbol listing.
npx claudepluginhub thebushidocollective/han --plugin vueThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/vue-lsp-entrypoint.shto 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": {
"vue": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/vue-lsp-entrypoint.sh",
"extensionToLanguage": {
".vue": "vue"
},
"args": [
"--stdio"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_ROOT}/scripts/vue-lsp-entrypoint.shstdioCommand-line arguments passed to the server process
Initialization options and workspace settings