Clojure/ClojureScript language server plugin for Claude Code, providing code intelligence, navigation, and refactoring via clojure-lsp.
| Extension | Language |
|---|---|
.clj |
Clojure |
.cljs |
ClojureScript |
.cljc |
Clojure (common) |
.edn |
EDN |
Install the clojure-lsp binary before using this plugin.
macOS (Homebrew):
brew install clojure-lsp/brew/clojure-lsp-nativeNix:
nix-env -i clojure-lspOther platforms: download from the clojure-lsp releases.
claude plugin install clojure-lspOnce installed, Claude Code gains access to these operations on Clojure files:
goToDefinition— jump to where a symbol is definedfindReferences— find all usages of a symbolhover— get documentation and type infodocumentSymbol— list all symbols in a fileworkspaceSymbol— search for symbols across the projectgoToImplementation— find implementations of a protocol/multimethod
Apache 2.0