Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:24 +08:00
commit 9e74048a6f
6 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
]
}