Skip to content

Commit ac25b92

Browse files
committed
Add new configuration options to lazy config example
* Add `long_break_duration`, `delay_duration`, and `breaks_before_long` options to the lazy config example * Update the lazy config example to provide a complete example of the available configuration options
1 parent a1c4603 commit ac25b92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Use the Pomodoro Technique in Neovim with built-in session tracking and break re
1414
start_at_launch = true,
1515
work_duration = 25,
1616
break_duration = 5,
17-
snooze_duration = 1, -- The additionnal work time you get when you delay a break
17+
delay_duration = 1, -- The additionnal work time you get when you delay a break
18+
long_break_duration = 15,
19+
breaks_before_long = 4,
1820
},
1921
},
2022

0 commit comments

Comments
 (0)