This repo now demonstrates a boot task to use with fireplace.vim. See usage.
Issue that gave rise to this repository: fireplace.vim issue #185.
This repository is intended for experimentation with fireplace.vim in combination with the boot build tool; specifically the ClojuresScript workflow implemented by adzerk.
A nice introduction to boot and the ClojureScript workflow can be found on the adzerk blog.
To get up and running, follow these steps:
- In a terminal, run
boot watch cljs-repl cljs -usO none reload
to start a - In a browser, open
target/index.html
- Open any of the files in
src/cljs
with vim :Connect
with the nREPL port from step 1:Piggieback (boot.user/repl-env)
You should now have a browser-connected REPL and the browser console should say "Opened Websocket REPL connection".
Copyright © 2014 Matthias Diehn Ingesman
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.