vim-rana-local/README.md

430 B

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