vim-rana-local/README.md

44 lines
1.3 KiB
Markdown

vim-wakatime
============
Fully automatic time tracking for Vim.
Installation
------------
Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly.
1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager.
2. Using [Vundle](https://github.com/gmarik/vundle):<br />
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall`
or using [Pathogen](https://github.com/tpope/vim-pathogen):<br />
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
3. Enter your [api key](https://wakatime.com/settings#apikey) from [https://wakatime.com/settings#apikey](https://wakatime.com/settings#apikey), then press `enter`.
4. Use Vim like you normally do and your time will be tracked for you automatically.
5. Visit https://wakatime.com to see your logged time.
Screen Shots
------------
![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)
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](https://github.com/wakatime/wakatime#configuring).