vimclojure-easy icon indicating copy to clipboard operation
vimclojure-easy copied to clipboard

Setting up VimClojure is easy!

Results 2 vimclojure-easy issues
Sort by recently updated
recently updated
newest added

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:...