conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
2021-03-19T06:17:38.002300Z

Hey Team - I saw that Neovim is now getting a native LSP. To me, conjure & CIDER & the like are pure magic, I'm not super familiar with how they work and integrate with the editor. I was just curious what this means/could mean for conjure?

2021-03-19T06:20:03.002900Z

I'm more just curious/interested than anything else!

emilaasa 2021-03-19T10:42:51.003Z

Currently I use coc as a LSP client. It provides feature outside of conjure / cider like this:

emilaasa 2021-03-19T10:44:58.003400Z

Also provides good autocomplete across a project.

dharrigan 2021-03-19T15:33:47.005700Z

Yes, I use CoC too, I think it (presently) is a more complete LSP

dharrigan 2021-03-19T15:34:05.005900Z

I have yet to evaluate the neovim 5 LSP integration, simply due to waiting until NeoVim 5 is out.

orestis 2021-03-19T14:09:29.004700Z

I'm using it with clojure-lsp. It's very nice for documentation/navigation/completion. Still bugs to be ironed out across the board. I haven't really used actions yet.

orestis 2021-03-19T14:09:51.005100Z

You can combine both but you have to have different keybindings setup.

orestis 2021-03-19T14:12:19.005600Z

Conjure is nice to have so that you can actually query live values (vs whatever is in the files).