Skip to content

Commit

Permalink
[release] 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Jarvis committed Mar 17, 2015
1 parent 89a454e commit 41735ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugin/cljfmt.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" cljfmt.vim - A tool for formatting Clojure code
" Maintainer: Venantius <http://venanti.us>
" Version: 0.3
" Version: 0.4

let g:clj_fmt_required = 0

Expand Down

0 comments on commit 41735ae

Please sign in to comment.