Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub pleaseai/code-intelligence --plugin lua-lspThis LSP server requires ${CLAUDE_PLUGIN_DATA}/node_modules/.bin/codeto 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": {
"lua-ls": {
"command": "${CLAUDE_PLUGIN_DATA}/node_modules/.bin/code",
"extensionToLanguage": {
".lua": "lua"
},
"args": [
"lsp-server",
"lua-ls"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_DATA}/node_modules/.bin/codestdioCommand-line arguments passed to the server process
Initialization options and workspace settings
Share bugs, ideas, or general feedback.