Skip to content

jucor/clojure-lsp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

clojure-lsp plugin for Claude Code

Clojure/ClojureScript language server plugin for Claude Code, providing code intelligence, navigation, and refactoring via clojure-lsp.

Supported file types

Extension Language
.clj Clojure
.cljs ClojureScript
.cljc Clojure (common)
.edn EDN

Prerequisites

Install the clojure-lsp binary before using this plugin.

macOS (Homebrew):

brew install clojure-lsp/brew/clojure-lsp-native

Nix:

nix-env -i clojure-lsp

Other platforms: download from the clojure-lsp releases.

Installation

claude plugin install clojure-lsp

LSP capabilities

Once installed, Claude Code gains access to these operations on Clojure files:

  • goToDefinition — jump to where a symbol is defined
  • findReferences — find all usages of a symbol
  • hover — get documentation and type info
  • documentSymbol — list all symbols in a file
  • workspaceSymbol — search for symbols across the project
  • goToImplementation — find implementations of a protocol/multimethod

License

Apache 2.0

About

Clojure/ClojureScript LSP plugin for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors