forked from luna/vim-rana-local
959 B
959 B
vim-wakatime 0.1.2
Automatic time tracking.
Installation
- Get an api key from:
-
Run this shell command replacing KEY with your api key:
echo "api_key=KEY" > ~/.wakatime
-
Using Vundle, the Vim plugin manager:
Add Bundle 'wakatime/vim-wakatime'
to your ~/.vimrc
.
Then inside Vim, type :BundleInstall
or run this shell command:
vim +BundleInstall +qall
- Use Vim and your time will automatically be tracked for you.
Visit https://wakati.me to view your time spent in each file.