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)
tzzh 2020-08-05T09:29:23.121600Z

Hi, I’ve been using conjure for a few months and I love it 🙂 I think it’s more a coc issue than a conjure issue but I am getting [coc.nvim] Definition not found for current document when trying to use the coc-definition feature - it had been working fine so far but seems that I broke it after upgrading a bunch of things on my machine

Olical 2020-08-05T10:30:36.121700Z

Hmm that's almost definitely a coc issue, which I don't use :thinking_face: not sure if any others can help with this?

tzzh 2020-08-05T10:59:58.122200Z

yeah I was hoping someone had had the same issue 😂 I don’t really have time to investigate now but I’ll post a solution if I find one in case that happens to other people

Olical 2020-08-05T11:05:19.122400Z

Sounds good! Sorry that I can't help with this one, I'm not a fan of the whole npm / node workflow with coc and I'm not relying on LSP in any way right now, all I use is deoplete for async completions

tzzh 2020-08-05T13:32:21.122700Z

yeah I am not a fan of coc either but I kind of had to switch to it as I needed to get setup for scala quickly and didn’t want to spend too much time finding the right plugins Actually I just realised the problem was clojure-lsp which is used to jump to definitions not coc-conjure , so all fixed now 🙂

Olical 2020-08-05T13:42:55.122900Z

Ooo interesting! Well done!

Olical 2020-08-05T13:43:19.123100Z

Also worth noting that I'm pretty sure Neovim has a built in Language Server client now :thinking_face: or maybe it's on master and not released yet? But worth keeping an eye on that!

Olical 2020-08-05T13:44:12.123300Z

Yeah, 0.5 https://github.com/neovim/nvim-lsp

Olical 2020-08-05T13:44:18.123600Z

Exciting stuff though!

rafaeldelboni 2020-08-05T16:30:39.124Z

hey @thomas.ormezzano try copy my coc-settings.json and see if it works: https://github.com/rafaeldelboni/dotfiles/blob/master/config/nvim/coc-settings.json#L17-L25

rafaeldelboni 2020-08-05T16:31:48.124300Z

ops now I saw it's fixed, but if you need a settings for adding clojure-lsp in your setup, the link is still relevant haha

tzzh 2020-08-05T16:53:55.124500Z

yeah I ended up using what was on https://github.com/neoclide/coc.nvim/wiki/Language-servers#clojure I must have removed it by mistake somehow I am looking forward to nvim-lsp should be really cool