greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Update vim instructions #40

Closed benknoble closed 4 years ago

benknoble commented 4 years ago

Vimmers usually prefer to separate filetype settings, and also to use equalprg and formatprg for indent/formatting tools.

This also has the advantage of being simpler to setup, and uses the motions already learned for formatting (= and gq).