venantius / vim-cljfmt

A Vim plugin for cljfmt, the Clojure formatting tool.
152 stars 22 forks source link

Adding reload command #16

Closed jblackwood closed 9 years ago

jblackwood commented 9 years ago

I love vim-cljfmt!

One problem I've run into is that :Cljfmt stops having an effect when I reset fireplace's REPL connection. I've found it helpful to add a :CljfmtRequire command which reloads vim-cljfmt into the REPL.

venantius commented 9 years ago

Cool, looks good. Thanks for putting this together :)