Timelapse-like effect in neovim
if you ever watch one of bisqwit's videos you know what i mean
Didn't get it? So basically it will write char by char to a buffer with miliseconds delay, creating a timelapse effect
Use your favorite plugin manager, for example:
call plug#begin()
Plug 'kkkfasya/timelapse.nvim'
call plug#end(){
"kkkfasya/timelapse.nvim",
lazy = true,
cmd = { "Timelapse", "FTimelapse" }
},
:Timelapse [delay_ms] " default delay (30ms)
e.g :Timelapse 10
:FTimelapse <file> [delay_ms] " file required
e.g :Timelapse plugin/timelapse.luaqor<ESC>: Close the timelapse buffer and exit (can be pressed at any time).<Space>orp: Toggle pause / resume.
shoutout to ChatGPT yo, couldn't made it without you cuz i was too lazy to read the docs