The open source plugin for productivity metrics, goals, leaderboards, and automatic time tracking.
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!
Install vim-plug for Vim.
Add the plugin to your ~/.vimrc
:
Plug 'wakatime/vim-wakatime'
From terminal run:
vim +PlugInstall
(Re-)start Vim and enter your API Key, then press Enter.
Type some code, then visit your WakaTime Dashboard to see your stats!
Make sure packer.nvim is installed.
Add the plugin to your ~/.config/nvim/lua/plugins.lua
:
use 'wakatime/vim-wakatime'
(Re-)start Neovim and enter your API Key, then press Enter.
Type some code, then visit your WakaTime Dashboard to see your stats!