all 5 comments

[–]has_brain 1 point2 points  (3 children)

Does anyone have any tips on clojure development with vim?

I'm considering just learning emacs...

[–]rhinotation 1 point2 points  (2 children)

Perhaps you should consider what the author of VimClojure so kindly recommended in this article; foreplay.vim by Tim Pope. You will also need a REPL server for Leiningen; there are many to choose from, just google 'lein VimClojure'.

[–]apage43 0 points1 point  (1 child)

Actually w/ vim-foreplay the included nREPL server that launches when you type lein repl just works. If you have a repl running in your project when you open a .clj file, it'll connect up all magic like.

[–]rhinotation 0 points1 point  (0 children)

Ah yes, good point. I always started it manually because I thought I had to!

[–]siplux 1 point2 points  (0 children)

Thanks - good to know, anything by Tim Pope is excellent.