Fork me on GitHub
#vim
<
2017-10-06
>
dominicm07:10:38

Ah, that makes sense as to why I was using that

dominicm07:10:58

There might be a medium where you create a client and use it's session

dominicm07:10:08

It's a shame fireplace isn't more functional

juhoteperi08:10:50

unfortunately s:eval doesn't allow setting buffer name or client in options

juhoteperi08:10:06

and copying the error handling from session_eval is not easy as it uses s: vars

juhoteperi08:10:44

Hmm, using session_eval and setting ns to user seems to be enough

dominicm08:10:46

that's what I do most of the time, but I don't think that would work in markdown files, would it?

juhoteperi09:10:49

It works if you are in a folder with .nrepl-port

juhoteperi09:10:10

When you go outside the project folder, it stops working

dominicm09:10:37

interesting, cool

dominicm10:10:43

won't work in a .cljs file though

dominicm10:10:55

as it will try and reset in cljs

dominicm10:10:09

try 'session': 0 in the nrepl opts alongside 'ns'

dominicm10:10:20

(which is what I do now)