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 🙂
Haha thanks YouTube 😅
You know the tests
like ,tN
it doesn't understand how to work with kaocha
?
My little bit of experimentation seems to show it doesn't
unless I'm doing something wrong
Ignore me. It's working
Have to re-eval the buffer 🙂
YOu know what would be handy to have, a command that would switch to the -test
namespace
so, say you are in foo.bar
then to jump to foo.bar-test
something like ,ts
for test switch
(or test swap
)
keying in ,ts
would swap back to foo.bar
again
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:
That seems to only work with extensions
Hmm 99% sure there's a tpope plugin for this
nothing jumps out, perhaps it's built into fireplace
nope, it was a general thing
oooh
trying that out