Skip to content

cmpadden/pomodoro.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

pomdoro

Break your workflow into regular work-and-break intervals following the Pomodoro Technique.

Installation

vim-plug

Plug 'cmpadden/pomodoro.nvim'
use { "cmpadden/pomodoro.nvim" }

Setup

require("pomodoro").setup()

Usage

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!

Motivation

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!

About

Neovim plugin to follow the Pomodoro Technique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages