Note CLJS classpath requirement

Addresses #132
This commit is contained in:
Ben Moss 2014-02-08 11:09:25 -05:00
parent 97d78f6829
commit 9d76d14ca4
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ The only adapter shipped with fireplace.vim is for nREPL. You need either
*fireplace-piggieback* *fireplace-clojurescript* *fireplace-piggieback* *fireplace-clojurescript*
ClojureScript is can be evaled with Piggieback if the appropriate nREPL ClojureScript is can be evaled with Piggieback if the appropriate nREPL
middleware is loaded. https://github.com/cemerick/piggieback middleware is loaded. https://github.com/cemerick/piggieback. Be aware that
your ClojureScript files must be available on the classpath for this to work
properly.
*fireplace-:Piggieback* *fireplace-:Piggieback*
:Piggieback [{env}] Create a new nREPL session and invoke :Piggieback [{env}] Create a new nREPL session and invoke