stand.nvim
stand.nvim copied to clipboard
Time to stand reminders
stand.nvim
Time to stand reminders
Install
{ "mvllow/stand.nvim" }
Optionally, install nvim-notify for more prominent notifications.
Usage
require("stand").setup()
Options
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