forked from luna/vim-rana-local
fork of vim-wakatime for rana
doc | ||
plugin | ||
.gitignore | ||
LICENSE.txt | ||
README.md |
vim-wakatime 0.2.1
Automatic time tracking for Vim.
Installation
- Get an api key from:
-
Run this shell command replacing KEY with your api key:
echo "api_key=KEY" >> ~/.wakatime.conf
-
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.