vimclojure took me a whole weekend to get started.
it's sensitive to how it's setup, but with no way to automatically
verify the correctness of it.

Try this in vim:

:call vimclojure#Repl.New()

If it fails, that probably means the vimclojure plugin can't find the
vimclojure jar on the path.
In most cases, I found the classpath to be the culprit.
In your case, try to use absolute paths, instead of relative ones.
Also, be sure these paths are correct for:
- the build
- the launch of ng
- (optionally clj)

Caveat: I'm new to Clojure and Java, so my advice is only worth this
much :)

Hope this helps!

(If you manage to get it to work, and later found how to use the damn
jswat, let me know!
I have sent a question that nobody bothered to answer, now I'm stuck
with no debugger... :(

On Sep 2, 1:31 pm, ronen <nark...@gmail.com> wrote:
> Iv been trying to use the Nailgun functionlity of vimclojure but Im
> stuck on a silly issue, Im hitting <LocalLeader>el inside:
> (println "hello")
>
>  And nothing happens, same goes for the rest options.
>
> In addition its not clear to me how to start the REPL the doc/
> README.txt says:
>
> "Start a Repl via the |sr| shortcut. At the prompt just type
> expressions"
>
> Im typing sr with and without pipes with no avail.
>
> My vimrc settings are:
> " Vim Clojure
> let vimclojure#NailgunClient = "/home/ronen/.vimclojure/ng"
> let clj_want_gorilla = 1
> let clj_paren_rainbow = 1
> let clj_highlight_builtins = 1
> let clj_highlight_contrib = 1
>
> Im starting Nailgun with:
>
> java -cp ../.clojure/:build/vimclojure.jar:src/
> com.martiansoftware.nailgun.NGServer 127.0.0.1
>
> Im using the latest & greatest 2.1.2 plugin version, on a macbook
> running Ubuntu using vim 7.2.79
> Any help is appreciated!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to