Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 30, 2023
1 parent c76c01e commit 0db5be5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A simple, customizable [pomodoro](https://en.wikipedia.org/wiki/Pomodoro_Techniq
- 💻 Written in Lua
- ⚙️ Easily customizable and extendable
- ⏱️ Run multiple concurrent timers and repeat timers
- ➕ Integrate with [lualine](#lualinenvim)
- ➕ Integrate with [nvim-notify](https://github.com/rcarriga/nvim-notify), [lualine](#lualinenvim), and more

### Commands

Expand Down Expand Up @@ -159,9 +159,13 @@ And then in the `notifiers` field of your pomo.nvim config, you'd add the follow

## Integrations

### [nvim-notify](https://github.com/rcarriga/nvim-notify)

The "Default" notifier integrates seamlessly with `nvim-notify`, you just need to have `nvim-notify` installed.

### [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)

pomo.nvim can easily be added to a section in lualine. For example, this would extend the defaults for section X to include the next timer to finish (min time remaining):
pomo.nvim can easily be added to a section in your `lualine`. For example, this would extend the defaults for section X to include the next timer to finish (min time remaining):

```lua
require("lualine").setup {
Expand Down

0 comments on commit 0db5be5

Please sign in to comment.