Skip to content

Commit

Permalink
[vim-cljfmt] Updated README, plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
venantius committed Nov 8, 2015
1 parent 775c4a1 commit e0061ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.5
" Version: 0.6

let g:clj_fmt_required = 0

Expand Down

0 comments on commit e0061ff

Please sign in to comment.