Hmm. Need a bit of handholding (can't find any documentation yet on this either.)
There is a vimclojure coming with adding [[lein-nailgun/lein-nailgun "0.1.0"]] to dev-dependencies (org/clojars/gilbert1/vimclojure). Do I add that to the dependencies as well? On Nov 27, 4:16 pm, bOR_ <boris.sch...@gmail.com> wrote: > using vimclojures' nailgun, I would have a line like this added to > my .vimrc file. Can I still use that? > > let vimclojure#NailgunClient = "/home/boris/opt/vimclojure/ng" > > On Nov 27, 1:43 pm, "Alex Osborne" <a...@meshy.org> wrote: > > > > > bOR_ <boris.sch...@gmail.com> writes: > > > I think I cannot escape spelling out the ~/.m2/paths to clojure.jar > > > and clojure-contrib.jar in vimclojures' local.properties file, but is > > > there any way I can get start the nailgun server from my projects' > > > directory and it just takes ./lib as its classpath? > > > java -cp 'src:classes:lib/*:nailgun.jar' \ > > com.martiansoftware.nailgun.NGServer 127.0.0.1 > > > Even easier there's a lein-nailgun plugin which has been uploaded by > > gilbertl: > > >http://clojars.org/lein-nailgun > > > Just add it to :dev-dependencies in your project.clj. Then you should > > be able to just do: > > > lein nailgun -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en