Add clojure-lsp#3
Merged
Merged
Conversation
Clojure & ClojureScript language server, distributed as a native macOS binary via GitHub releases. Adds the package (both macOS archs) and the language server definition for the `clojure` syntax. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
I just released v2.0.0 of my Clojure extension and am working on adding Nova 14 managed tool support for clojure-lsp to it. |
Member
|
LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
Adds clojure-lsp, the Clojure & ClojureScript language server, as:
Definitions/Packages/clojure-lsp.toml) — the native macOS release from GitHub, for bothdarwin_arm64anddarwin_x64, extracting to a singleclojure-lspbinary.Definitions/LanguageServers/clojure-lsp.toml) — for theclojuresyntax, launched over stdio, with common Clojure root markers (deps.edn,project.clj,bb.edn,shadow-cljs.edn,.clj-kondo).Issue ticket number and link
I'm happy to create one if desired.
Evidence on requirement fulfillment (new tools only)
clojure-lsp is the de-facto standard language server for Clojure, with 1,300+ GitHub stars (https://github.com/clojure-lsp/clojure-lsp) and broad editor support across the ecosystem (https://clojure-lsp.io/clients/).
Checklist before requesting a review
Downloaded the pinned release asset (
clojure-lsp-native-macos-aarch64.zip@2026.05.05-12.58.26), extracted it, and confirmed it yields a single executableclojure-lspmatching thebinmapping.Ran the extracted binary:
clojure-lsp --version→clojure-lsp 2026.05.05-12.58.26. This same native build is in active use as a Nova language server for Clojure.Screenshots
Happy to provide some if desired.