diff --git a/doc/pomo.txt b/doc/pomo.txt index 473f68d..c3af44c 100644 --- a/doc/pomo.txt +++ b/doc/pomo.txt @@ -89,7 +89,7 @@ USING LAZY.NVIM *pomo-using-lazy.nvim* "epwalsh/pomo.nvim", version = "*", -- Recommended, use latest release instead of latest commit lazy = true, - cmd = { "TimerStart", "TimerRepeat" }, + cmd = { "TimerStart", "TimerRepeat", "TimerSession" }, dependencies = { -- Optional, but highly recommended if you want to use the "Default" timer "rcarriga/nvim-notify",