gh.nvim
gh.nvim copied to clipboard
Error when opening a PR
When I try to open a PR I get the following error:
Interestingly, I tried opening other PRs and it worked. Don't know if there's anything wrong with the one I am trying to open
It seems this is related to #88
Could you add the output of GHOpenDebugBuffer with the config option set in the gh-cli config?
In case anyone else stumbles on this and wants to debug further, the "config option set in the gh-cli config" is:
require('litee.gh').setup({debug_logging = true})