Fork me on GitHub
#vim
<
2020-03-23
>
Darrell22:03:43

I have a Re-Frame project that I’m working on with shadow-cljs. When I start everything with clj -A:shadow-cljs watch main it says, shadow-cljs - nREPL server started on port 3667. Then I edit a source file and do :Connect and provide port 3667. However, when I, for example, do cpp on a function it get Fireplace: no default ClojureScript REPL . What am I doing wrong?

noisesmith22:03:16

or this? and a new kbd binding that uses it instead of CljEval maybe... https://github.com/tpope/vim-fireplace/blob/master/doc/fireplace.txt#L159

dpsutton23:03:30

Shadow run from clj requires its middleware put into the nrepl server. Are you doing that?

Darrell23:03:56

@noisesmith I think the second worked. Thanks!