Tuesday, April 20, 2010

VimClojure - REPL without opening a clojure file

If you just want to get a clojure REPL within vim using the excellent VimClojure, just change vim to clojure mode like so

:set ft=clojure

and start the REPL using typing \sr

Make sure, nailgun server is running in the background

Instructions to install VimClojure

No comments: