lsp-setup
Configure a Language Server (LSP) for a specific language so editor/agent tooling — diagnostics, go-to-definition, find-references, rename — works. Use when you need to: configure LSP, lsp setup, set up or install a language server, fix 'no LSP server configured' / 'server not installed', choose between servers (basedpyright vs pyright vs ty vs ruff), or wire .codex/lsp-client.json / .opencode/lsp.json. 언어서버 설정. Routes by file extension to references/<language>/README.md for the exact builtin server, per-OS install commands (macOS/Linux/Windows), config snippets for both config files, initialization options, alternatives, and troubleshooting. Ships scripts: detect-lsp.ts (scan a project for languages + each server's install/config status) and verify-lsp.ts (run a real diagnostics roundtrip). Covers typescript, python, go, rust, c/c++, java, kotlin, c#/razor, swift, ruby, php, dart, elixir, zig, lua, bash, yaml, terraform, haskell, julia.
适合你,如果经常需要为不同语言配置 LSP 或修复编辑器诊断功能
npx oh-my-skill add code-yeongyu/oh-my-openagent/lsp-setupcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/lsp-setupnpx oh-my-skill verify code-yeongyu/oh-my-openagent/lsp-setup怎么用
商店整理自技能原文 · 版本 3ec4afb · 表述以原文为准装上后,Claude 能自动检测项目语言、安装对应的语言服务器,并配置诊断、跳转定义、查找引用、重命名等功能。
当你要求配置 LSP、安装语言服务器,或遇到“未配置 LSP 服务器”等错误时触发。