Clojure and Vim - bare essentials setup

I recorded my vim + clojure setup a few days ago. I’m quite new to clojure and had a hard time figuring everything out. So hopefully this can be of help to someone new to vim + clojure.

You can checkout the video here: youtu.be/gb58d9-W-kA

I just wanted to have a vim setup which is enough for me to explore clojures repl from vim in the quickest way possible.

My notes from the video:

Clojure Vim Setup

Requirements

Vim plugins

Post video thoughts

Funnily enough, I’m trying out emacs + doom now because I’ve been fed up with VimL for quite some time.

Elisp used to look arcane but after learning the basics of clojure it is finally readable (and seems much better than VimL from my limited interaction with it).

I did try Conjure and I’ve seen the author quite active in clojurians #vim channel, but I found vim-fireplace to be an easier starting point so I just went with it. :)