diff --git a/README.md b/README.md index e39818f..274383b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ let g:clj_fmt_autosave = 0 You'll want to have [cljfmt](https://github.com/weavejester/cljfmt) and [vim-fireplace](https://github.com/tpope/vim-fireplace/) installed, and you'll need to make sure Cljfmt is somewhere on your project's classpath. I'd recommend adding the following to your `~/.lein/profiles.clj`: ```clojure -:dependencies [[cljfmt "0.1.7"]] +:dependencies [[cljfmt "0.1.10"]] ``` You'll also need to have a REPL connection open through fireplace. diff --git a/plugin/cljfmt.vim b/plugin/cljfmt.vim index a182b97..f3c034d 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.3 +" Version: 0.4 let g:clj_fmt_required = 0