forked from luna/vim-rana-local
1.3 KiB
1.3 KiB
vim-wakatime
Fully automatic time tracking for Vim.
Installation
Heads Up! WakaTime depends on Python being installed to work correctly.
-
Install Vundle, the Vim plugin manager.
-
Using Vundle:
echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall
or using Pathogen:
cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git
-
Enter your api key from https://wakatime.com/settings#apikey, then press
enter
. -
Use Vim like you normally do and your time will be tracked for you automatically.
-
Visit https://wakatime.com to see your logged time.
Screen Shots
Configuring
To use a custom python binary:
let g:wakatime_PythonBinary = '/usr/bin/python'
The default is to use python
from your system PATH.
More configs can be set in your $HOME/.wakatime.cfg
file, which will be read
by wakatime-cli.py
. Learn more here.