Skip to content

e-fisher/vim-wakatime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

296 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Vim plugin for metrics, insights, and time tracking automatically generated from your programming activity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors

Languages

  • Python 97.2%
  • C 2.6%
  • Vim Script 0.2%