fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett 67a064cae3 Update README.md 2013-06-25 18:54:01 -06:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin new version 0.1.2 2013-06-25 01:23:55 -07:00
LICENSE.txt add version 0.1.2 2013-06-25 00:57:15 -07:00
README.md Update README.md 2013-06-25 18:54:01 -06: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:

    sudo touch /var/log/wakatime.log && sudo chmod a+w !$ echo "api_key=MY_API_KEY" > ~/.wakatime vim +BundleInstall +qall