Fork me on GitHub
#conjure
<
2021-06-22
>
Chase20:06:32

I think when I open a clojure or edn file without having a repl started, conjure is quickly popping up a hud saying no nrepl found and starts a bb repl and then the hud quickly closes. The issue is it then drops me into insert mode which is tripping me up big time. Any clue what is happening here?

Chase20:06:57

It only seems to happen the first time so I think it has something to do with that whole starting the bb repl with corresponding message process

dave20:06:43

I've had the same exact problem, which was related to a custom autocmd that I had set up that automatically puts me into insert mode when entering a terminal buffer. I fixed it by adding another autocmd that puts me in normal mode when entering a Clojure buffer :) This may or may not be useful, your issue might turn out to be something else. But maybe it's a similar issue.

Chase21:06:48

Do you mind sharing it? I coincidentally had your vim config bookmarked but I am not finding it and my attempts aren't working

Chase22:06:56

How wild, I literally had just tried that Filetype...stopinsert method and it wasn't working.

Chase22:06:01

Anyways, that works. Thanks man

dave01:06:26

Woohoo! It feels good that my hackery is benefiting someone other than myself 😂

nate21:06:35

Does the newer (non-JVM) Conjure support sending tap> data to the log buffer? I seem to remember that used to be a thing.

Olical08:06:11

It does not, sadly 😭 I have an issue you can watch now though https://github.com/Olical/conjure/issues/220 might be able to look at it kinda soon.

Olical08:06:46

I'm away from home visiting my parents next week so I might get some hours where I have nothing else to do other than a bit of OSS, might have the energy for it then 🙂

Olical08:06:03

I really need to get back to the time where I worked Mon-Thurs and spent my Fridays working on my own things 😅

nate15:06:30

Thanks for the issue to watch

nate15:06:52

I have some free time coming up next month, maybe I can help out with tap support (or something else)