Skip to content

tkruer/timer.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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,
}

About

super simple timer to speedrun through boring tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages