Stats
Actions
Tags
npx claudepluginhub idfkit/idfkit-plugin --plugin idfkitThis LSP server requires uvxto 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": {
"idfkit": {
"command": "uvx",
"extensionToLanguage": {
".py": "python"
},
"args": [
"--from",
"idfkit-lsp",
"python",
"-m",
"idfkit_lsp"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
uvxstdioCommand-line arguments passed to the server process
Initialization options and workspace settings