From 9eb5099ba16f1b4fd371269ae8bc911727b11bd1 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 24 Apr 2014 02:13:00 -0400 Subject: [PATCH] Clarify ClojureScript support Closes #147. --- doc/fireplace.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/fireplace.txt b/doc/fireplace.txt index 3e9c4cc..a5e3590 100644 --- a/doc/fireplace.txt +++ b/doc/fireplace.txt @@ -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. *fireplace-piggieback* *fireplace-clojurescript* -ClojureScript is can be evaled with Piggieback if the appropriate nREPL -middleware is loaded. https://github.com/cemerick/piggieback. Be aware that +ClojureScript can be evaled with Piggieback if the appropriate nREPL +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. +properly, and that not all operations are supported. *fireplace-:Piggieback* :Piggieback [{env}] Create a new nREPL session and invoke