Files
gh-eli0shin-cli-lsp-client-…/.claude-plugin/plugin.json
2025-11-29 18:25:24 +08:00

12 lines
284 B
JSON

{
"name": "lsp-plugin",
"description": "Integrates CLI LSP Client with Claude Code using hooks for real-time language server updates",
"version": "1.0.0",
"author": {
"name": "Eli Oshinsky",
"email": "elimelech.oshinsky@gmail.com"
},
"hooks": [
"./hooks"
]
}