Skip to content

Commit

Permalink
issue clj-commons#209: add usage from vim to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Feb 17, 2018
1 parent 4a04da2 commit 9946ffe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,22 @@ through the suggestions made by Kibit:
(global-set-key (kbd "C-x C-`") 'kibit-accept-proposed-change)
```

## Usage from inside vim (through Leiningen plugin)

[kibit-vim](https://github.com/fbeline/kibit-vim) allows you to analyze the current opened file by running:

`:Kibit`

kibit-vim invokes Kibit through command `lein kibit filename`

## Usage from inside vim (with vim-fireplace)

If you have [vim-fireplace](https://github.com/tpope/vim-fireplace/) installed, you can use [vim-kibit](https://github.com/humorless/vim-kibit) to run Kibit on your current buffer through the running REPL session.

vim-kibit is invoked by running:

`:Kibit`

## Known limitations

Kibit
Expand Down

0 comments on commit 9946ffe

Please sign in to comment.