Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvllow/stand.nvim
Time to stand reminders
https://github.com/mvllow/stand.nvim
neovim-plugin
Last synced: 6 days ago
JSON representation
Time to stand reminders
- Host: GitHub
- URL: https://github.com/mvllow/stand.nvim
- Owner: mvllow
- Created: 2023-07-18T22:18:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T13:11:56.000Z (about 1 year ago)
- Last Synced: 2024-10-19T08:17:03.901Z (16 days ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 64
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# stand.nvim
> Time to stand reminders
## Install
```lua
{ "mvllow/stand.nvim" }
```Optionally, install [nvim-notify](https://github.com/rcarriga/nvim-notify) for more prominent notifications.
## Usage
```lua
require("stand").setup()
```## Options
```lua
require("stand").setup({
minute_interval = 60
})
```## Commands
`StandWhen` - Display time remaining until next stand
`StandNow` - Stand, dismissing any notifications and restarting the timer
`StandEvery` - Set the stand interval in minutes for future timers
`StandDisable` - Disable the stand timer
`StandEnable` - Enable the stand timer