AutoYADM commit: 2024-12-03 20:25:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 20:25:03 -05:00
parent b0c377ba23
commit a4051da7fa
3 changed files with 16 additions and 5 deletions

View file

@ -13,9 +13,7 @@ return {
"BufNewFile /home/fic/second-brain/*.md",
},
dependencies = {
-- Required.
"nvim-lua/plenary.nvim",
"epwalsh/pomo.nvim",
},
opts = {
workspaces = {

View file

@ -0,0 +1,13 @@
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 👇
},
}