This patch is required to get Claude Code LSP working properly.
Type /plugin to open the plugin list.
Search for the LSP you need, such as TypeScript or Python, and install it.
Download the script:
curl -o apply-claude-code-2.0.76-lsp-fix.sh \
https://gist.githubusercontent.com/Zamua/f7ca58ce5dd9ba61279ea195a01b190c/raw/apply-claude-code-2.0.76-lsp-fix.sh
Make it executable:
chmod +x ./apply-claude-code-2.0.76-lsp-fix.sh
Run the fix:
./apply-claude-code-2.0.76-lsp-fix.sh
After installation, run a quick test to confirm LSP features like hover, go to definition, and references are working correctly.