Steps to get a somewhat working Clojure environment with vim:
- Install the current vimclojure plugin.
- Get and install a nailgun client.
- Add vimclojure to your clojure project pom.xml.
- Start the nailgun server from within your maven project with
mvn clojure:nailgun
with the maven clojure plugin. - Finally start vim, open your favourite clojure file - you can open a REPL with \sr, when in a function definition you can evaluate that with \et - see also tamining vim clojure
Note: There is more convenient tooling for emacs (see also getting started with clojure and emacs) - its just that my fingers are more used to interacting with vim…