The open source plugin for productivity metrics, goals, leaderboards, and automatic time tracking.
InstallVundle for Vim.
From terminal run:
echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall
Restart Vim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Use Vim and your coding activity will be displayed on yourWakaTime Dashboard.
Installlazy.nvim for NeoVim.
Add this line to yourplugins.lua:
{ 'wakatime/vim-wakatime', lazy = false }
Restart NeoVim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Use NeoVim and your coding activity will be displayed on yourWakaTime Dashboard.
InstallPathogen for Vim.
From terminal run:
cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git
Restart Vim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Type some code, then visit yourWakaTime Dashboard to see your stats!
Installvim-plug for Vim.
Add the plugin to your~/.vimrc:
Plug 'wakatime/vim-wakatime'
From terminal run:
vim +PlugInstall
Restart Vim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Type some code, then visit yourWakaTime Dashboard to see your stats!
Make surepacker.nvim is installed.
Add the plugin to your~/.config/nvim/lua/plugins.lua:
use 'wakatime/vim-wakatime'
Restart NeoVim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Type some code, then visit yourWakaTime Dashboard to see your stats!
Edit your~/.SpaceVim.d/init.toml file adding the following lines:
[[custom_plugins]]repo = "wakatime/vim-wakatime"merged = false
Restart SpaceVim and type:WakaTimeApiKey
Enter yourAPI Key, then pressEnter
Use SpaceVim and your coding activity will be displayed on yourWakaTime Dashboard.