lsp

teodorlu 2026-03-03T09:53:10.527369Z

Morning! Has anyone installed the clojure-lsp binary with https://mise.jdx.dev/? I can't find Clojure-LSP in mise registry.

✅ 1
mitchelkuijpers 2026-03-03T10:29:51.073439Z

I think there is a graalvm binary which you can install. I did the same with bbin:

"http:bbin" = { version = "0.2.4", url = "" }

🙏 1
mitchelkuijpers 2026-03-03T10:30:07.832689Z

Native binary (recommended)#

clojure-lsp builds using GraalVM a native executable for each OS: Linux, MacOS and Windows.
Manually#

The binaries are available on Github releases as clojure-lsp-native-<os>-<arch>.zip, after downloading you just need to unzip it.

mitchelkuijpers 2026-03-03T10:30:38.379869Z

https://clojure-lsp.io/installation/#native-binary-recommended so should be pretty easy not sure if mise has anything to download the correct os-arch

mitchelkuijpers 2026-03-03T10:32:50.529299Z

It seems pretty trivial based on these docs: https://mise.jdx.dev/dev-tools/backends/http.html

teodorlu 2026-03-03T10:33:00.803739Z

Thank you! I actually just got it working. They have a "github" provider that reads Github releases and tries to install one that works for your system. The following worked for me:

[tools]
"github:clojure-lsp/clojure-lsp" = "2026.02.20-16.08.58"
$ which clj-kondo
/Users/teodorlu/.local/share/mise/installs/clj-kondo/2026.01.19/clj-kondo
$ clj-kondo --version
clj-kondo v2026.01.19

mitchelkuijpers 2026-03-03T10:33:59.676019Z

Oh damn that is even better, I love mise I uninstalle all other tools I had for managing versions of npm, python en java

❤️ 1
teodorlu 2026-03-03T10:35:22.946319Z

It's nice to avoid wasting time on out-of-band dependencies! 😁

😁 1
ericdallo 2026-03-03T11:54:23.939909Z

mise looks cool, after nix of course 😛

1
mitchelkuijpers 2026-03-03T11:55:02.172249Z

Haha can you use that on a Mac?

ericdallo 2026-03-03T11:55:24.470349Z

yes!

ericdallo 2026-03-03T11:55:38.632779Z

we have #nix with some maintainers as well

mitchelkuijpers 2026-03-03T11:55:57.654819Z

Aah nice, need to investigate that then

🕳️ 1
🐇 1