Draw your git heat map, powered by the god of editor. 中文
- No dependency of web browser. Use vim as UI.
- Support upload your gitdraw to your repository website.
- Cross platform. Not need unix shell like GalaxyMimi/git-draw.
Such as Shougo/dein.vim, Add the following code to your vimrc.
call dein#add('Freed-Wu/gitdraw.vim')
Then type the code in the command line of vim:
call dein#install()
Or the following, need wsdjeg/dein-ui.vim.
SPInstall
Or the following, need haya14busa/dein-command.vim.
Dein install
Download the package first.
git clone https://github.com/Freed-Wu/gitdraw.vim /path/to/save/this/package
Add the following code to your vimrc.
set runtimepath+=/path/to/save/this/package
See doc/gitdraw.txt
Or type the code in the command line of vim:
help gitdraw
See more at Issues.
The following code need tpope/vim-scriptease.
Time Compile
xmap <buffer> <C-a> <plug>gitdraw-add
xmap <buffer> <C-x> <plug>gitdraw-delete
Welcome to PR!

