fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett ea301e00a9 moved wakatime.log to home folder 2013-06-25 17:59:16 -07:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin moved wakatime.log to home folder 2013-06-25 17:59:16 -07:00
LICENSE.txt add version 0.1.2 2013-06-25 00:57:15 -07:00
README.md moved wakatime.log to home folder 2013-06-25 17:59:16 -07:00

README.md

vim-wakatime 0.1.2

Automatic time tracking.

Installation

  1. Get an api key from:

https://www.wakati.me

  1. Using Vundle, the Vim plugin manager:

Add Bundle 'wakatime/vim-wakatime' to your ~/.vimrc

  1. Run these shell commands:

    touch ~/wakatime.log; chmod u+w !$ echo "api_key=MY_API_KEY" > ~/.wakatime vim +BundleInstall +qall