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?
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?
I don't use coc, so I'm a little out of context
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.
Seems to be this: https://github.com/neoclide/coc.nvim/issues/2250#issuecomment-678572529
There is already a pull request to fix the issue. https://github.com/neoclide/coc.nvim/pull/2274
Ohhhhh
Yay!
I hope it gets merged soon!
Sorry about the issue!