gacallea / chuck-nvim

nvim => dac;
GNU General Public License v2.0
1 stars 1 forks source link

feat: add elapsed time field to shreds #8

Open gacallea opened 5 months ago

gacallea commented 5 months ago

make the ui display elapsed time for each shred. something like this:

Screenshot 2024-01-19 at 11 30 21 AM
gacallea commented 5 months ago

requesting backup: https://github.com/MunifTanjim/nui.nvim/discussions/325

gacallea commented 5 months ago

https://github.com/MunifTanjim/nui.nvim#extendibility (see timer extension example)

gacallea commented 5 months ago

https://github.com/akinsho/clock.nvim

https://neovim.io/doc/user/luvref.html#luv-timer-handle

gacallea commented 5 months ago

something like this but to count elapsed time up https://github.com/cbrgm/countdown.nvim

gacallea commented 5 months ago

if someone wants to help with timers, I'd be grateful. I can't get it to work. Stopping attempts for now.