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