A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/NvChad/timerly below:

nvzone/timerly: Beautiful countdown timer plugin for Neovim

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
},
simplescreenrecorder-2025-06-15_19.57.04.mp4
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, {})
[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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4