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)
dharrigan 2020-09-29T10:05:41.023300Z

Man, something really annoying atm (I don't think this is conjure-specific)

dharrigan 2020-09-29T10:06:09.024Z

typing away in vim, the completion (using coc) pops up, I type some stuff, the completion looses focus, cursor jumps to the top of the window, and I start to overwrite my ns

Olical 2020-09-29T10:07:39.024200Z

:thinking_face: smells like something on a timer conflicting with whatever CoC is doing or maybe another plugin conflicting and firing things that it thinks will only affect insert mode, like paren matching or something.

dharrigan 2020-09-29T10:08:42.024400Z

yeah. it's only started to happen past few days

dharrigan 2020-09-29T10:08:45.024600Z

perhaps week

dharrigan 2020-09-29T10:08:47.024800Z

super annying

Olical 2020-09-29T10:11:03.025Z

Hmm, I guess nothing obvious in your setup changed? Would be neat to rule out Conjure / a specific file type I guess

Olical 2020-09-29T10:12:07.025200Z

Like if it happens in JS or something too then it's probably some general plugin or a custom mapping? If it's getting on your wick feel free to share an asciinema or something and I can speculate wildly about what it could be 😅

dharrigan 2020-09-29T10:17:15.025400Z

I can try in JS in a bit 🙂 Funnily enough I'm not seeing the other condition a few days ago, the one about the phantom log message messing up the hud

Olical 2020-09-29T10:23:13.025600Z

Huh interesting! I wonder if they fixed that one on the CoC end?

Olical 2020-09-29T10:23:33.025800Z

If it's anything to do with Conjure I'll of course get that fixed, if it isn't I'd still like to help!