#cljfold.vim#
This plugin is for automagic folding of λ clojure code based on 'foldwords' that are the start of code-blocks.
This defaults to 'def' and 'ns' via
let g:clojure_foldwords = "def,ns"
by Greg Berenfield with much taken from Steve Losh and Meikel Brandmeyer