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 😁
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
Oh I will wait then, I was looking to install graalvm in my machine right now to get the patched bin
I just thought that would be cool to have a nightly release in some sort like https://github.com/neovim/neovim/releases/tag/nightly
Usually we don't have quick fixes like this and we already release pretty fast, but it's a idea indeed
@rafaeldelboni Actually, I'll release it right now as my lsp-mode fix will bring more issues like this until tomorrow
Released!
: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)