Break your workflow into regular work-and-break intervals following the Pomodoro Technique.
Plug 'cmpadden/pomodoro.nvim'
use { "cmpadden/pomodoro.nvim" }
require("pomodoro").setup()
The default keybinding to display the pomodoro pop-up is <leader>p
.
Here, you can use pre-defined bindings to start, pause, or skip a pomodoro work or break interval.
Once a work interval has completed, the pop-up will automatically be displayed to inform you that it's break time!
Having recently migrated my personal Neovim configuration files to use Lua, I was looking for an excuse to explore Lua, the programming language, and the Lua Neovim bindings. Feedback is definitely welcome in this repository, as the primary objective of writing this plugin was to learn!