forked from luna/vim-rana-local
989 B
989 B
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.