From e0061ffd91db715f5f7d280cb822ce3e90c12502 Mon Sep 17 00:00:00 2001 From: Ursa Americanus Kermodei Date: Sat, 7 Nov 2015 17:29:06 -0800 Subject: [PATCH] [vim-cljfmt] Updated README, plugin version. --- README.md | 3 +++ plugin/cljfmt.vim | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d11363e..942880b 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,11 @@ You'll want to have [cljfmt](https://github.com/weavejester/cljfmt) and [vim-fir ```clojure :dependencies [[cljfmt "0.3.0"]] +:repl-options {:init (require 'cljfmt.core)} ``` +Adding the `:repl-options :init` key is optional, but I find it slightly more pleasant. + You'll also need to have a REPL connection open through fireplace. After that, the rest should take care of itself. diff --git a/plugin/cljfmt.vim b/plugin/cljfmt.vim index 7deae37..7a0f4a3 100644 --- a/plugin/cljfmt.vim +++ b/plugin/cljfmt.vim @@ -1,6 +1,6 @@ " cljfmt.vim - A tool for formatting Clojure code " Maintainer: Venantius -" Version: 0.5 +" Version: 0.6 let g:clj_fmt_required = 0