Hi folks, just curious if anyone knows of a completion plugin for Janet? Also amazing work on Conjure Olical! I haven't checked in a while and it's come a long way
Hmm I haven't heard of one :thinking_face: I'd imagine the Janet gitter would be the place to ask, I'd be very into integrating it into Conjure if there is one!
Now that nrepl 0.8 is out, will this have any bearance on Conjure?
Yep! It's on my to-do list to integrate the new built in info and completion ops when they're present. It should just seamlessly start working when I get around to it
Updating now should be fine too
If they use the same op as cider and it's the same args / return then it may already work!
What I'm expecting to see is basic completion / go to def etc without CIDER middleware
That's neat. I inject middlewear on clj startup
if I don't have to, then that'll shave off some startup time
I'd still recommend it for smarter tools tbh, I think what was added was simpler / feature packed? So it's awesome that it's there for quick one off things, but for your daily driver I feel like you'd still want CIDER?
np
I'll keep it in, not breaking anything 🙂
i'm updating my nrepl-server
alias to use nrepl 0.8. i'll report back if i run into anything weird!
Awesome, thanks! I had a look and the new ops won't work without some work on my side, but it shouldn't be too hard.
I'm hoping they're 100% compatible, just less powerful
Is this the current recommended path for us to connect to REBL? https://github.com/RickMoynihan/nrebl.middleware
I haven't tried, but, yes 😄
Whatever the answer is for nREPL + REBL, I'd suggest leaning on it
🙏
If it works well, I'd love to see / hear about it 😄
I could never get it working well with prepl
interesting! I would have thought it was easier back then. I actually first found Conjure because I was searching for approaches to connecting to REBL whilst vimming
I have a working rebl setup
Hah neat, well I got rebl working with old conjure through duct tape (I felt), plugging into nREPL feels like a much more solid approach.
I really didn't like the hooks system in old conjure in the long run 😬
Yes, this one plugs into the nrepl seutp