Claude Code marketplace plugin for gerbil-lsp, a language server for Gerbil Scheme.
- Diagnostics (compilation errors and parse failures)
- Code completion
- Hover information
- Go-to-definition
- Find references
- Document symbols / workspace symbol search
- Rename
- Code formatting
Install gerbil-lsp:
git clone https://github.com/ober/gerbil-lsp
cd gerbil-lsp
make build
make installVerify it's available:
gerbil-lsp --version/plugin marketplace add ober/gerbil-lsp-plugin
claude plugin install gerbil-lsp
Add the following to your ~/.claude/settings.json:
{
"env": {
"ENABLE_LSP_TOOL": "1"
},
"enabledPlugins": {
"gerbil-lsp@gerbil-lsp-plugin": true
}
}The LSP server will start automatically when you open .ss files.