utilyre / barbecue.nvim

Visual Studio Code inspired breadcrumbs plugin for the Neovim editor
MIT License
776 stars 31 forks source link

docs(readme): make demo video work in firefox #59

Closed NyCodeGHG closed 1 year ago

NyCodeGHG commented 1 year ago

This PR fixes the demo video to work in firefox. See #58

Used the following ffmpeg command for conversion: ffmpeg -i 208309076-00b3d5e4-e0cc-4990-9f55-2877fca4baa2.mp4 -pix_fmt yuv420p -vcodec h264_nvenc demo.mp4

utilyre commented 1 year ago

Thanks!

utilyre commented 1 year ago

Please change the commit message to something like: docs(readme): make demo video work in firefix

NyCodeGHG commented 1 year ago

Oh yeah i'll do that. Sorry, should've read the contribution guidelines