Re: How to set up a Clojure nREPL using Vim & Fireplace

2013-07-28 Thread Chris Ford
If you don't regularly use vim, and you want a pre-canned Clojure setup, you can try https://github.com/ctford/vim-fireplace-easy, which is a project of Dave Ray's I updated for Fireplace. Cheers, Chris On 28 July 2013 22:29, Joe Cooljure wrote: > One of the cool things about using Clojure is

How to set up a Clojure nREPL using Vim & Fireplace

2013-07-28 Thread Joe Cooljure
One of the cool things about using Clojure is being able to evaluate code interactively in the read-eval-print-loop (REPL). The vim-fireplace project on GitHub (aka Foreplay) is the newest & best way to accomplish this from within the Vim/GVim editor