fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett af981288ec upgrade wakatime-cli to v6.0.8 2016-09-02 10:47:21 +02:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin upgrade wakatime-cli to v6.0.8 2016-09-02 10:47:21 +02:00
.gitignore v2.0.5 2014-08-07 08:29:01 -07:00
AUTHORS add authors file and update license 2014-12-21 19:47:29 -06:00
HISTORY.rst v4.0.12 2016-06-08 20:47:23 +02:00
LICENSE.txt add authors file and update license 2014-12-21 19:47:29 -06:00
README.md update product screenshot 2016-03-21 01:48:11 +01:00

README.md

vim-wakatime

Quantify your coding inside Vim.

Installation

  1. Install Vundle, the Vim plugin manager.

  2. 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

  1. Enter your api key, then press enter.

  2. Use Vim like you normally do and your time will be tracked for you automatically.

  3. Visit https://wakatime.com to see your logged time.

Note: WakaTime depends on Python being installed to work correctly.

Screen Shots

Project Overview

Configuring

To use a custom python binary:

let g:wakatime_PythonBinary = '/usr/bin/python'

The default is to use python from your system PATH.

WakaTime plugins share a common config file .wakatime.cfg located in your user home directory with these options available.

Uninstalling

Remove Bundle 'wakatime/vim-wakatime' from your .vimrc file, then delete your ~/.wakatime.cfg config file.