plugins/timerly: init

This commit is contained in:
FKouhai 2025-05-13 21:04:10 +02:00
parent d385972711
commit 1c53ad9b2f
No known key found for this signature in database
2 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,28 @@
{
empty = {
plugins.timerly.enable = true;
};
example = {
plugins = {
timerly = {
enable = true;
settings = {
on_start = null;
on_finish.__raw = ''
function()
vim.notify "Time is up!"
end
'';
minutes = [
30
10
];
mapping = null;
position = "top-left";
};
};
};
};
}