We value Open Source and make a point to release all our plugins on GitHub under a BSD License.
Install Vundle for Vim.
From terminal run:
echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall
(Re-)start Vim and enter your API key , then press Enter.
Use Vim and your coding activity will be displayed on your WakaTime Dashboard.
Install Pathogen for Vim.
From terminal run:
cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git
(Re-)start Vim and enter your API key , then press Enter.
Type some code, then visit your WakaTime Dashboard to see your stats!