Eye candy interactive timer plugin for Neovim. Useful for those who spend large amount of time in Neovim. I code in Nvim and use it for work too so 10 hrs ~ at a busy day, the timer helps me with breaks and acts as a reminder to not sit for long hours!
output.mp4
{
"nvzone/timerly",
dependencies = 'nvzone/volt',
cmd = "TimerlyToggle",
opts = {} -- optional
},
- For config, check the config table here
- TimerlyToggle
- toggle mode:
m
- toggle status:
<leader>
- increment:
<up>
- decrement:
<down>
- reset:
<BS>
simplescreenrecorder-2025-06-15_19.57.04.mp4
- Add the Timer command in your Neovim config
vim.api.nvim_create_user_command("Timer", function()
vim.o.showtabline = 0
vim.o.laststatus = 0
vim.wo.number = false
vim.o.scl = "no"
vim.o.cmdheight = 0
vim.cmd "TimerlyToggle"
end, {})
- ~/.local/share/applications/timerly.desktop
[Desktop Entry]
Type=Application
Version=1.0
Name=Timerly
Icon=clockify
Exec=st -g 42x19 -e nvim +':Timer'
Terminal=false
Categories=Utility;System;ConsoleOnly
Keywords=timer;clock;time;task;
If you like NvChad or its plugins and would like to support it via donation