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" <[email protected]> wrote:
> bOR_ <[email protected]> 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 [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to