Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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