Install the WakaTime extension from the marketplace.
You'll know it works if you see a clock in your status bar:
Install the WakaTime plugin using your preferred plugin manager:
Plug 'wakatime/vim-wakatime'
Then run :PlugInstall
Plugin 'wakatime/vim-wakatime'
Then run :PluginInstall
cd ~/.vim/bundle
git clone https://github.com/wakatime/vim-wakatime.git
Install the WakaTime package using your preferred method:
M-x package-install RET wakatime-mode RET
Then add to your config: (global-wakatime-mode)
(use-package wakatime-mode
:ensure t
:config
(global-wakatime-mode))
Follow our comprehensive Godot & Hackatime Setup guide with video tutorial!
📺 Watch the workshop recording for a complete walkthrough!
Note: You need to install the plugin for each Godot project separately (it's a Godot limitation).
Hackatime works with any editor that supports WakaTime! This includes PyCharm, IntelliJ, Sublime Text, Atom, Neovim, Unity, Godot, and 77+ more editors.
⚠️ Important:
When setting up WakaTime plugins, skip any steps that ask you to update ~/.wakatime.cfg or change the api_url. The setup script from Step 1 already configured this correctly!