Fork me on GitHub
#conjure
<
2022-02-14
>
dave19:02:03

^There was a breaking change in CoC. If you're using Conjure with CoC and coc-conjure, you'll probably need to upgrade coc-conjure. I ran :CocInstall coc-conjure which updated to the latest release, and that fixed the problem for me.

🎉 1
dharrigan13:02:27

Hi! Glad it's working for you now. However, I don't think this plugin is required if you are using clojure-lsp and a recent version of neovim

dharrigan13:02:34

Without the plugin, I still get completions.

dharrigan13:02:47

Maybe try without?

dave14:02:21

Without coc-conjure, I don't get docstrings in my completion results when I have my REPL running.

dharrigan16:02:57

After a bit of testing by @U0AHJUHJN looks like it's not required, if using clojure-lsp

dave16:02:43

Yeah, I was about to say! If you're using coc-conjure, and you also happen to be using clojure-lsp, it turns out that you don't need coc-conjure and you can remove it! 🙂 I removed it, and everything is still working AOK.

dave19:02:17

I'm using the latest unstable Neovim, in case that's relevant.

dave16:02:43

Yeah, I was about to say! If you're using coc-conjure, and you also happen to be using clojure-lsp, it turns out that you don't need coc-conjure and you can remove it! 🙂 I removed it, and everything is still working AOK.