forked from luna/vim-rana-local
411 B
411 B
vim-wakatime 0.1.2
Automatic time tracking.
Installation
- Get an api key from:
- Using Vundle, the Vim plugin manager:
Add Bundle 'wakatime/vim-wakatime'
to your ~/.vimrc
-
Run these shell commands:
touch ~/wakatime.log; chmod u+w !$ echo "api_key=MY_API_KEY" > ~/.wakatime vim +BundleInstall +qall