Skip to content

Commit

Permalink
fix: adds "msg_minutes_until" to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Reinhard Hüllmann committed Jul 12, 2024
1 parent 9e0ca4e commit a635f49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
- Added missing doc for "msg_minutes_until"

## [v0.5.0](https://github.com/stefanlogue/hydrate.nvim/releases/tag/v0.5.0) - 2024-07-11
### Added
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ This is a list of the options that can be passed to `require("hydrate").setup()`

-- Sets the message after acknowledging the reminder to the
-- specified message
msg_hydrated = " 💧 You've had a drink, timer reset 💧"
msg_hydrated = " 💧 You've had a drink, timer reset 💧",

-- Sets text displayed before time in minutes for
-- ":HydrateWhen" message
msg_minutes_until = "Drink due in",
}
```

Expand Down

0 comments on commit a635f49

Please sign in to comment.