Skip to content

Commit

Permalink
Add demo.png
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Feb 16, 2018
1 parent 48c59c9 commit 20c879c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[kibit](https://github.com/jonase/kibit) is a static code analyzer for Clojure, ClojureScript, cljx and other Clojure variants.

![](doc/demo.png)

## Usage

vim-kibit allows you to analyze the current opened file by running:

`:KibitCheck`
`:Kibit`


## Installation
Expand Down
Binary file added doc/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin/vim-kibit.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ function! s:KibitCheck()
endif
endfunction

command! KibitCheck call s:KibitCheck()
command! Kibit call s:KibitCheck()

0 comments on commit 20c879c

Please sign in to comment.