Claude Plugin for Gerbil Lsp
Find a file
Jaime Fournier 108ed62ee3 Fix plugin name and add install step to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 10:22:29 -07:00
.claude-plugin fix format 2026-02-28 10:17:30 -07:00
gerbil-lsp fix format 2026-02-28 10:17:30 -07:00
README.md Fix plugin name and add install step to README 2026-02-28 10:22:29 -07:00

gerbil-lsp-plugin

Claude Code marketplace plugin for gerbil-lsp, a language server for Gerbil Scheme.

Features

  • Diagnostics (compilation errors and parse failures)
  • Code completion
  • Hover information
  • Go-to-definition
  • Find references
  • Document symbols / workspace symbol search
  • Rename
  • Code formatting

Prerequisites

Install gerbil-lsp:

git clone https://github.com/ober/gerbil-lsp
cd gerbil-lsp
make build
make install

Verify it's available:

gerbil-lsp --version

Setup

1. Add the marketplace plugin

/plugin marketplace add ober/gerbil-lsp-plugin

2. Install the plugin

claude plugin install gerbil-lsp

3. Enable in ~/.claude/settings.json

Add the following to your ~/.claude/settings.json:

{
  "env": {
    "ENABLE_LSP_TOOL": "1"
  },
  "enabledPlugins": {
    "gerbil-lsp@gerbil-lsp-plugin": true
  }
}

4. Restart Claude Code

The LSP server will start automatically when you open .ss files.