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)
practicalli-john 2020-10-07T17:09:02.058700Z

conjure somehow got to be the preview image for my latest video, Clojure projects and the REPL. https://youtu.be/7muHVkxzZcE Surprising as its only used for 30 seconds of a 5 minute video 🙂

Olical 2020-10-07T17:14:48.058800Z

Haha thanks YouTube 😅

👍 1
dharrigan 2020-10-07T19:14:47.059100Z

You know the tests

dharrigan 2020-10-07T19:14:53.059300Z

like ,tN

dharrigan 2020-10-07T19:15:05.059600Z

it doesn't understand how to work with kaocha?

dharrigan 2020-10-07T19:15:23.060100Z

My little bit of experimentation seems to show it doesn't

dharrigan 2020-10-07T19:15:35.060400Z

unless I'm doing something wrong

dharrigan 2020-10-07T19:19:50.060600Z

Ignore me. It's working

dharrigan 2020-10-07T19:20:06.060800Z

Have to re-eval the buffer 🙂

dharrigan 2020-10-07T19:24:22.061300Z

YOu know what would be handy to have, a command that would switch to the -test namespace

dharrigan 2020-10-07T19:24:58.061900Z

so, say you are in foo.bar then to jump to foo.bar-test something like ,ts

dharrigan 2020-10-07T19:25:03.062100Z

for test switch (or test swap)

dharrigan 2020-10-07T19:25:26.062600Z

keying in ,ts would swap back to foo.bar again

Olical 2020-10-07T19:31:05.063200Z

Hmm that sounds like https://github.com/ton/vim-alternate or maybe a tpope plugin that I can't remember the name of :thinking_face:

dharrigan 2020-10-07T19:32:02.063600Z

That seems to only work with extensions

Olical 2020-10-07T19:32:30.063900Z

Hmm 99% sure there's a tpope plugin for this

dharrigan 2020-10-07T19:34:40.064200Z

nothing jumps out, perhaps it's built into fireplace

Olical 2020-10-07T19:42:17.064400Z

nope, it was a general thing

Olical 2020-10-07T19:43:09.064600Z

https://github.com/tpope/vim-projectionist

dharrigan 2020-10-07T19:44:08.064900Z

oooh

dharrigan 2020-10-07T19:45:41.065100Z

trying that out