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)
Chase 2020-08-29T14:52:35.068700Z

I'm getting a weird coc.nvim error whenever I try to type anything. I get: [coc.nvim] Complete error: Cannot create property 'filterText' on string '$' I'm using conjure with coc-conjure but not sure which part of the workflow is having the issue. It's only occurring in clojure files. Any clues?

Olical 2020-08-29T15:59:13.069Z

Hmmm I don't think I have any advice for this :thinking_face: is it working for other strings until you try to complete $ or are you not even working with that character? Or are you even completing things at the time?

Olical 2020-08-29T15:59:39.069200Z

I don't use coc, so I'm a little out of context

Chase 2020-08-29T16:21:04.069400Z

yeah it's when I try to write anything after a parenthesis. It's something going on with coc.nvim autocompletion I assume. Weird. I'll play around with it a bit later and see if I can figure something out.

Chase 2020-08-29T16:28:20.069600Z

Seems to be this: https://github.com/neoclide/coc.nvim/issues/2250#issuecomment-678572529

Chase 2020-08-29T16:36:31.069900Z

There is already a pull request to fix the issue. https://github.com/neoclide/coc.nvim/pull/2274

Olical 2020-08-29T16:37:43.070200Z

Ohhhhh

Olical 2020-08-29T16:37:44.070400Z

Yay!

Olical 2020-08-29T16:37:48.070600Z

I hope it gets merged soon!

Olical 2020-08-29T16:37:54.070800Z

Sorry about the issue!