vim-rana-local/README.md

21 lines
436 B
Markdown
Raw Normal View History

2013-06-25 07:57:15 +00:00
vim-wakatime 0.1.2
===========
Automatic time tracking.
Installation
------------
Get an api key by signing up at https://www.wakati.me
Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
2013-06-25 07:59:43 +00:00
Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`
2013-06-25 07:57:15 +00:00
Then run these shell commands:
2013-06-25 08:11:50 +00:00
sudo touch /var/log/wakatime.log && sudo chmod a+w !$
2013-06-25 07:57:15 +00:00
echo "api_key=MY_API_KEY" > ~/.wakatime
vim +BundleInstall +qall
2013-06-25 07:55:27 +00:00