vimclojure-easy
vimclojure-easy copied to clipboard
Setting up VimClojure is easy!
Got this error: ``` clojure.lang.Compiler$CompilerException: Syntax error macroexpanding clojure.core/fn at (clojure/core/unify.clj:83:18). #:clojure.error{:phase :macro-syntax-check, :line 83, :column 18, :source "clojure/core/unify.clj", :symbol clojure.core/fn} ``` workaround (not really fix) was downgrade `lein` ```...
Hi there, I installed vimclojure via your very helpful instructions. I ran ``` cd java -cp server-2-3-0.jar:~/path/to/clojure-1.3.0.jar vimclojure-nailgun.NGServer` ``` and see the following errors: ``` Exception in thread "main" java.lang.NoClassDefFoundError:...