Clarify ClojureScript support

Closes #147.
This commit is contained in:
Tim Pope 2014-04-24 02:13:00 -04:00
parent 12386dc0c2
commit 9eb5099ba1

View File

@ -29,10 +29,10 @@ The only adapter shipped with fireplace.vim is for nREPL. You need either
|if_pyth| or the python command in your PATH. |if_pyth| or the python command in your PATH.
*fireplace-piggieback* *fireplace-clojurescript* *fireplace-piggieback* *fireplace-clojurescript*
ClojureScript is can be evaled with Piggieback if the appropriate nREPL ClojureScript can be evaled with Piggieback if the appropriate nREPL
middleware is loaded. https://github.com/cemerick/piggieback. Be aware that middleware is loaded: https://github.com/cemerick/piggieback. Be aware that
your ClojureScript files must be available on the classpath for this to work your ClojureScript files must be available on the classpath for this to work
properly. properly, and that not all operations are supported.
*fireplace-:Piggieback* *fireplace-:Piggieback*
:Piggieback [{env}] Create a new nREPL session and invoke :Piggieback [{env}] Create a new nREPL session and invoke