I've installed the latest VimClojure. I've added to my .vimrc:

let g:clj_want_gorilla = 1
let vimclojure#NailgunClient = ".../path/to/ng"
au BufRead,Bufnewfile *.clj setfiletype clojure
au BufRead,Bufnewfile *.clj setl lisp

The ng client is executable. Yet when I open a .clj file, echo
b:vimclojure_namespace I get two errors:

E121: Undefined variable: b:vimclojure_namespace
E15: Invalid expression: b:vimclojure_namespace

VimClojure shouldn't be so hard to get working. This is my third time
setting it up (once on Windows, once on two versions of Debian) and it
never works according to the directions.
--~--~---------~--~----~------------~-------~--~----~
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