vim

Note to self: Clojure with Vim and Maven

July 17, 2012
Hacking, clojure, Cascalog, Note to Self, vim

Note to self: Clojure with Vim and Maven # 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 ...