super simple timer to speedrun through boring tasks
- Stopwatch: Start with
:swgoand stop with:swstop. - Countdown Timer: Start a countdown (e.g.,
:tgo 30mfor a 30-minute timer).
If you use lazy.nvim, add this to your plugin list:
{
"tkruer/timer.nvim",
config = function()
require("timer")
end,
}