vim-rana-local/README.md

31 lines
989 B
Markdown
Raw Normal View History

2013-07-10 07:05:24 +00:00
vim-wakatime
============
2013-06-25 07:57:15 +00:00
2013-10-27 00:52:31 +00:00
Fully automatic time tracking for Vim.
2013-06-25 07:57:15 +00:00
2013-06-25 07:57:15 +00:00
Installation
------------
2013-07-25 17:47:06 +00:00
Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly.
2014-11-07 23:59:24 +00:00
1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager.
2013-06-25 07:57:15 +00:00
2014-11-07 23:59:24 +00:00
2. Using [Vundle](https://github.com/gmarik/vundle):<br />
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall`
2013-06-26 00:54:01 +00:00
2014-07-20 19:07:04 +00:00
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`.
2013-06-25 07:57:15 +00:00
4. Use Vim like you normally do and your time will be tracked for you automatically.
2013-06-25 07:55:27 +00:00
5. Visit https://wakatime.com to see your logged time.
2013-06-26 23:35:25 +00:00
2013-06-26 23:35:25 +00:00
Screen Shots
------------
![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)