Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored and github-actions[bot] committed Nov 30, 2023
1 parent f700688 commit c7f91ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/pomo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ USING LAZY.NVIM *pomo-using-lazy.nvim*
lazy = true,
cmd = { "TimerStart", "TimerStop" },
dependencies = {
-- Optional, but highly recommended
-- Optional, but highly recommended if you want to use the "Default" timer
"rcarriga/nvim-notify",
},
opts = {
Expand All @@ -60,7 +60,7 @@ USING PACKER.NVIM *pomo-using-packer.nvim*
"epwalsh/pomo.nvim",
tag = "*", -- Recommended, use latest release instead of latest commit
requires = {
-- Optional, but highly recommended
-- Optional, but highly recommended if you want to use the "Default" timer
"rcarriga/nvim-notify",
},
config = function()
Expand Down Expand Up @@ -219,7 +219,7 @@ funds! ❤️
7. Links *pomo-links*

1. *demo-gif*: https://github.com/epwalsh/pomo.nvim/assets/8812459/e987203c-6e00-4e04-9012-2a1202953dab
2. *image*: https://github.com/epwalsh/pomo.nvim/assets/8812459/ff2beac8-a26f-421a-a5a6-cbeca73bfcf2
2. *lualine screenshot*: https://github.com/epwalsh/pomo.nvim/assets/8812459/ff2beac8-a26f-421a-a5a6-cbeca73bfcf2
3. *BuyMeACoffee*: https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black

Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
Expand Down

0 comments on commit c7f91ae

Please sign in to comment.