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)
2021-02-06T16:51:19.062900Z

dharrigan 2021-02-06T16:51:32.063200Z

Works really good, the support for vim-repeat

dharrigan 2021-02-06T16:51:50.063300Z

still having a problem?

dharrigan 2021-02-06T16:51:57.063600Z

thank you Oliver!

Olical 2021-02-06T16:53:32.063700Z

Hmm do you have CIDER's middleware set up in your nREPL?

Olical 2021-02-06T16:53:43.063900Z

Because that's required for completion.

dharrigan 2021-02-06T16:56:07.064400Z

Great time saver, being able to eval an expression, go to another expression and just type in .

dharrigan 2021-02-06T16:56:30.064800Z

Does it work with all Conjure bindings, or only a select few?

dharrigan 2021-02-06T16:57:21.065200Z

(I love that it also works with ,ece and variants thereof)

Olical 2021-02-06T16:59:43.065600Z

All! At least it should

Olical 2021-02-06T17:00:35.067200Z

I wasn't sure if I should make it do the same action on the same form (even if you move your cursor off of it) or not. But I realised that'll be nowhere near as useful, kinda confusing and really hard to implement. So I went with "repeat previous mapping at new location"

dharrigan 2021-02-06T17:10:24.067400Z

nope, the later is best!

dharrigan 2021-02-06T17:10:33.067600Z

fantastic!

Chase 2021-02-06T17:18:29.067900Z

Oh, that is real cool. Great add!

Olical 2021-02-06T17:19:12.068600Z

Thank David for the idea and raising the issue with examples on how it works 😊

Olical 2021-02-06T17:19:36.069300Z

It's on develop at the moment, will probably tag tomorrow

Chase 2021-02-06T17:20:00.069500Z

Yeah I'm already using it. haha

Chase 2021-02-06T17:21:36.070800Z

I like the develop channel. Wow are there so many options though when I lazily try to autocomplete on :Conjure... I gotta start upping my Conjure fu to take advantage of all this

Olical 2021-02-06T17:22:18.070900Z

Yeaaaah, since I made commands for every mapping, there's a lot now. So you can add conjure stuff into your own mappings and code now, but it's a command soup

dharrigan 2021-02-06T17:26:48.071200Z

this plugin Plug 'liuchengxu/vim-which-key' really helps me

3âž•
dharrigan 2021-02-06T17:27:04.071600Z

I type , then up pops suggestions and it'll change as I type

dharrigan 2021-02-06T17:27:32.072100Z

so I can easily see what ,tn is for example by typing , then t then n 🙂

dharrigan 2021-02-06T17:27:53.072300Z

You may find it useful too @chase-lambert

Chase 2021-02-06T17:29:29.073100Z

I have thought about adding that ever since my ole emacs days. Is it going to automatically know what that plugin command maps too or did you have to manually set these things?

dharrigan 2021-02-06T17:29:41.073300Z

nope, it figures it out 🙂

Chase 2021-02-06T17:30:11.073900Z

Ahh ok, that changes things then. I just assumed Spacemacs folks had done that work for me. I'll give it a shot. Thanks!