Skip to content

Commit 41735ae

Browse files
author
David Jarvis
committed
[release] 0.4
1 parent 89a454e commit 41735ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let g:clj_fmt_autosave = 0
2727
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`:
2828

2929
```clojure
30-
:dependencies [[cljfmt "0.1.7"]]
30+
:dependencies [[cljfmt "0.1.10"]]
3131
```
3232

3333
You'll also need to have a REPL connection open through fireplace.

plugin/cljfmt.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" cljfmt.vim - A tool for formatting Clojure code
22
" Maintainer: Venantius <http://venanti.us>
3-
" Version: 0.3
3+
" Version: 0.4
44

55
let g:clj_fmt_required = 0
66

0 commit comments

Comments
 (0)