AutoYADM commit: 2024-12-03 20:25:03
This commit is contained in:
parent
b0c377ba23
commit
a4051da7fa
3 changed files with 16 additions and 5 deletions
|
@ -13,9 +13,7 @@ return {
|
|||
"BufNewFile /home/fic/second-brain/*.md",
|
||||
},
|
||||
dependencies = {
|
||||
-- Required.
|
||||
"nvim-lua/plenary.nvim",
|
||||
"epwalsh/pomo.nvim",
|
||||
},
|
||||
opts = {
|
||||
workspaces = {
|
||||
|
|
13
.config/nvim/lua/plugins/pomo.lua
Normal file
13
.config/nvim/lua/plugins/pomo.lua
Normal 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 👇
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue