mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 04:22:03 +00:00
Add LSP plugins with inline lspServers configuration
This adds 10 LSP plugins to the official marketplace, each with inline lspServers configuration. This enables the LSP plugin recommendation feature to detect available LSP plugins directly from the marketplace. LSP plugins added: - typescript-lsp: TypeScript/JavaScript (.ts, .tsx, .js, .jsx, etc.) - pyright-lsp: Python (.py, .pyi) - gopls-lsp: Go (.go) - rust-analyzer-lsp: Rust (.rs) - clangd-lsp: C/C++ (.c, .h, .cpp, .cc, .hpp, etc.) - php-lsp: PHP (.php) - swift-lsp: Swift (.swift) - csharp-lsp: C# (.cs) - jdtls-lsp: Java (.java) - lua-lsp: Lua (.lua) Each plugin uses strict: false since they only provide LSP configuration (no plugin.json manifest required). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
plugins/clangd-lsp/README.md
Normal file
8
plugins/clangd-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# clangd-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/csharp-lsp/README.md
Normal file
8
plugins/csharp-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# csharp-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/gopls-lsp/README.md
Normal file
8
plugins/gopls-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# gopls-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/jdtls-lsp/README.md
Normal file
8
plugins/jdtls-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# jdtls-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/lua-lsp/README.md
Normal file
8
plugins/lua-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# lua-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/php-lsp/README.md
Normal file
8
plugins/php-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# php-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/pyright-lsp/README.md
Normal file
8
plugins/pyright-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# pyright-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/rust-analyzer-lsp/README.md
Normal file
8
plugins/rust-analyzer-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# rust-analyzer-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/swift-lsp/README.md
Normal file
8
plugins/swift-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# swift-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
8
plugins/typescript-lsp/README.md
Normal file
8
plugins/typescript-lsp/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# typescript-lsp
|
||||
|
||||
This plugin provides LSP (Language Server Protocol) integration for Claude Code.
|
||||
|
||||
## Requirements
|
||||
|
||||
The corresponding language server must be installed on your system. The plugin will be recommended when you edit files with the supported extensions and have the language server binary available.
|
||||
|
||||
Reference in New Issue
Block a user