Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

timer.nvim

super simple timer to speedrun through boring tasks

Features

  • Stopwatch: Start with :swgo and stop with :swstop.
  • Countdown Timer: Start a countdown (e.g., :tgo 30m for a 30-minute timer).

Installation

If you use lazy.nvim, add this to your plugin list:

{
  "tkruer/timer.nvim",
  config = function()
    require("timer")
  end,
}