lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
rafaeldelboni 2021-06-24T00:59:00.189500Z

I just jumped to nvim 0.5.0 and I was investigating if this was related, thanks I didn't spent much time before searching here 😁

ericdallo 2021-06-24T01:00:46.189900Z

Yeah, I made sure this doesn't happen only for vim anymore fixing it on emacs as well, also I'll release tomorrow morning the clojure-lsp fix @rafaeldelboni

rafaeldelboni 2021-06-24T01:01:57.190200Z

Oh I will wait then, I was looking to install graalvm in my machine right now to get the patched bin

rafaeldelboni 2021-06-24T01:09:03.190600Z

I just thought that would be cool to have a nightly release in some sort like https://github.com/neovim/neovim/releases/tag/nightly

ericdallo 2021-06-24T01:18:48.190800Z

Usually we don't have quick fixes like this and we already release pretty fast, but it's a idea indeed

ericdallo 2021-06-24T01:20:41.191Z

@rafaeldelboni Actually, I'll release it right now as my lsp-mode fix will bring more issues like this until tomorrow

ericdallo 2021-06-24T01:44:25.191200Z

Released!

ericdallo 2021-06-24T01:56:59.194Z

:clojure-lsp: Released https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.06.24-01.20.01 with some fixes 🔨 • Fix graalvm reflect config for LSP 3.16 protocol, affecting most vim users. https://github.com/clojure-lsp/clojure-lsp/issues/449 • Use last definition when showing signature help. https://github.com/clojure-lsp/clojure-lsp/pull/446 (kudos @nenadalm) • Create 2 new LSP custom methods: clojure/serverInfo/raw and clojure/serverInfo/log deprecating old commands server-info and cursor-info, for more information check thehttps://clojure-lsp.github.io/clojure-lsp/capabilities/#custom-methods • Add :final-settings to serverInfo methods. https://github.com/clojure-lsp/clojure-lsp/pull/450 (c/c @pez @pratikgandhi1997)

👍 1
3
👏 2