npx claudepluginhub raisedadead/dotplugins --plugin dp-lspThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/bin/lsp-astroto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"astro": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/lsp-astro",
"extensionToLanguage": {
".astro": "astro"
}
}
}
}${CLAUDE_PLUGIN_ROOT}/bin/lsp-astrostdio