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)
penryu 2020-07-28T02:23:01.081300Z

<Leader>lt Wooo! I haven't had this many vim tabs open since the '00s

2πŸ˜†
Olical 2020-07-28T07:57:46.085300Z

Hahaha yeah, for those people that prefer a whole tab for their repl stuff. I use it when I'm digging into big output. The HUD will workout that you can't see it and still notify you of new entries if you're on another tab

penryu 2020-07-28T09:19:23.085900Z

@olical conjure v4 is such an impressive advance over v2... and I was even brave enough to recommend v2 (along with nvim) to Emacsers!

Olical 2020-07-28T09:20:18.086100Z

❀️ THANK YOU πŸ˜„

penryu 2020-07-28T09:20:24.086300Z

directional evaluation (`<Leader>Eiw`, eg)

Olical 2020-07-28T09:20:25.086500Z

I've put a LOT of thought and rework into it

Olical 2020-07-28T09:20:46.086700Z

Yeah, I tried to fix all the holes and make it feel more Vimmy, like the things you think you should have will be there, I hope.

Olical 2020-07-28T09:21:54.086900Z

All I've done is iterate on these ideas for like 3-4 years now and I think I'm finally happy with most of the design πŸ™‚ (other than my huge todo list of things I want to slowly improve and add)

Aron 2020-07-29T08:28:45.095400Z

the proof is in the pudding πŸ™‚

aaroncoding 2020-07-28T03:04:20.081600Z

I also alias v to nvim

1
aaroncoding 2020-07-28T05:12:02.083100Z

Your help file is top notch. The ascii header is a nice touch

1❀️
Olical 2020-07-28T07:56:55.085100Z

I'm very glad to hear that! Let me know if you need anything ☺️

Anthony Khong 2020-07-28T05:31:39.084300Z

I recently created a demo asciinema clip using Conjure πŸ˜† https://asciinema.org/a/349721?speed=1.75 for our open source library https://github.com/zero-one-group/geni. I thought I’d share here!

1😍
Olical 2020-07-28T07:56:21.084800Z

That's a great idea! It looks so good!

dave 2020-07-28T13:17:30.087600Z

Cool stuff!

Olical 2020-07-28T07:56:21.084800Z

That's a great idea! It looks so good!

Olical 2020-07-28T07:56:55.085100Z

I'm very glad to hear that! Let me know if you need anything ☺️

Olical 2020-07-28T07:57:46.085300Z

Hahaha yeah, for those people that prefer a whole tab for their repl stuff. I use it when I'm digging into big output. The HUD will workout that you can't see it and still notify you of new entries if you're on another tab

Olical 2020-07-28T07:58:27.085700Z

Yep! Of course! I have it on my list still, I'll give it a little hammock time today, maybe over my first haircut since COVID-19 πŸ‘€

penryu 2020-07-28T09:19:23.085900Z

@olical conjure v4 is such an impressive advance over v2... and I was even brave enough to recommend v2 (along with nvim) to Emacsers!

Olical 2020-07-28T09:20:18.086100Z

❀️ THANK YOU πŸ˜„

penryu 2020-07-28T09:20:24.086300Z

directional evaluation (`<Leader>Eiw`, eg)

Olical 2020-07-28T09:20:25.086500Z

I've put a LOT of thought and rework into it

Olical 2020-07-28T09:20:46.086700Z

Yeah, I tried to fix all the holes and make it feel more Vimmy, like the things you think you should have will be there, I hope.

Olical 2020-07-28T09:21:54.086900Z

All I've done is iterate on these ideas for like 3-4 years now and I think I'm finally happy with most of the design πŸ™‚ (other than my huge todo list of things I want to slowly improve and add)

penryu 2020-07-28T09:51:07.087100Z

I settled on alias vim='echo you mean v; false', which I found out also helps when I try to tab complete filenames... because it doesn't.

1πŸ‘
dave 2020-07-28T13:17:30.087600Z

Cool stuff!

nate 2020-07-28T13:25:00.088200Z

Awesome, thank you.

2020-07-28T21:11:03.088800Z

penryu 2020-07-28T23:29:23.090Z

Is there any feature of conjure that will cause it to re-scan for an .nrepl-port file after invoking :Clj ? (or :Clj!, since the former leaves me unable to move away from the terminal tab)

Olical 2020-07-28T23:30:15.090100Z

,cf will hunt for a port file again, I'm going to make it search automatically soon on eval when you don't have a connection yet

1❀️
Olical 2020-07-29T07:55:47.093500Z

Woo! πŸ˜„

Olical 2020-07-29T07:56:09.093700Z

It'll get more automated soon, just X to do in Y time where X > Y πŸ˜