Toggle between current branch's PR and closing Issue #734
wd60622
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted quick access to the current PR and associated issue being closed so I built some logic on top of octo. I created user commands "Issue" and "PR" to do this.
toggle-issue-pr.mp4
Here is the logic: https://github.com/wd60622/dotfiles/blob/main/nvim/lua/config/issues_prs.lua
Shoutout to @tjdevries on his "Advent of nvim" videos including this one which inspired this idea: https://www.youtube.com/watch?v=5PIiKDES_wc
Beta Was this translation helpful? Give feedback.
All reactions