13 lines
377 B
Lua
13 lines
377 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 👇
|
|
},
|
|
}
|