dotfiles/.config/nvim/lua/plugins/pomo.lua

21 lines
499 B
Lua

return {
"epwalsh/pomo.nvim",
version = "*", -- Recommended, use latest release instead of latest commit
lazy = true,
cmd = { "TimerStart", "TimerRepeat", "TimerSession" },
dependencies = {
-- Optional, but highly recommended if you want to use the "Default" timer
"rcarriga/nvim-notify",
},
opts = {
-- See below for full list of options 👇
notifiers = {
{
name = "Default",
opts = {
sticky = false,
},
},
},
},
}