A simple pomodoro timer plugin for neovim.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
32
commits
docs: add README with plugin description and usage instructions
226aeb9View on GitHubstyle: Remove unused background option from window config
9f5c35bView on GitHubrefactor: update deprecated nvim_win_set_option to nvim_set_option_value
74035cfView on GitHubfix: set window background to match Normal highlight group
8ffb155View on GitHubfeat: add background inheritance to timer window
51b3e2bView on GitHubstyle: Format window title string construction for better readability
f81b9c7View on GitHubfeat: implement session tracking and window title updates
4003eeeView on GitHubfix: update buffer and window option calls to use nvim_set_option_value
05d03f7View on GitHubfix: improve buffer validation and error handling for pomodoro UI
8b1606dView on GitHubfix: replace nvim_buf_set_option_value with nvim_buf_set_option
09fbf72View on GitHubrefactor: Update deprecated nvim_buf_set_option calls to nvim_buf_set_option_value
64c7314View on GitHub