Stats
Actions
Tags
From docvet-lsp
Docvet LSP server provides code intelligence for Python — diagnostics, go-to-definition, find references, hover info, and symbols for .py files.
This LSP server requires docvetto 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": {
"docvet": {
"command": "docvet",
"extensionToLanguage": {
".py": "python"
},
"args": [
"lsp"
]
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
docvetstdioCommand-line arguments passed to the server process
Initialization options and workspace settings
npx claudepluginhub alberto-codes/docvet --plugin docvet-lsp