Skip to content

Commit

Permalink
Merge pull request #210 from humorless/readme/add-usage-from-inside-vim
Browse files Browse the repository at this point in the history
issue #209: add usage from vim to README.md
  • Loading branch information
danielcompton committed Feb 19, 2018
2 parents 4a04da2 + fbacd93 commit bac3d59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,20 @@ 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`

## 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 bac3d59

Please sign in to comment.