Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub sanchuanhehe/cangjie-lsp --plugin cangjie-lspThis LSP server requires LSPServerto 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": {
"Cangjie": {
"command": "LSPServer",
"extensionToLanguage": {
".cj": "Cangjie",
".cangjie": "Cangjie"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
LSPServerstdioInitialization options and workspace settings
Share bugs, ideas, or general feedback.