npx claudepluginhub strubio-ray/claude-lsps --plugin regal-lspThis LSP server requires nodeto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"rego": {
"command": "node",
"extensionToLanguage": {
".rego": "rego"
},
"args": [
"${CLAUDE_PLUGIN_ROOT}/lsp-proxy.js",
"--config",
"${CLAUDE_PLUGIN_ROOT}/proxy.json"
]
}
}
}nodestdio