This is an automated archive made by the Lemmit Bot.
The original was posted on /r/neovim by /u/zero9th on 2025-06-25 06:22:09+00:00.
I don’t know how many of you share this workflow, but I thought this might be helpful. A significant part of my daily work involves managing GitHub Pull Requests, and I like to keep a journal of my progress. This often means noting down PR links and tracking their evolution. While inline Markdown links are common, I much prefer reference-style links for readability and organization. However, generating these for GitHub PRs was a bit more cumbersome than I liked, and also repetitive, hence automatable!
So, I cooked up a custom function for my Neovim setup to make this process much smoother. If you’re tired of fiddling with PR links, especially if you also prefer reference links. It is just a small quality-of-life improvement, but welcome.
Let me know what you think or if you have any neat tricks for handling PRs in your own setup