npx claudepluginhub thebushidocollective/han --plugin tailwindThis 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": {
"tailwindcss": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
"extensionToLanguage": {
".css": "css",
".jsx": "javascriptreact",
".tsx": "typescriptreact",
".vue": "vue",
".html": "html"
}
}
}
}${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shstdio