Caution
Early in development
Easily view and address comments left on your PR using folke/trouble.nvim
Install the gh
CLI - see the installation instructions
Using lazy:
return {
"dlvhdr/gh-addressed.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
"folke/trouble.nvim",
},
cmd = "GhReviewComments",
keys = {
{ "<leader>gc", "<cmd>GhReviewComments<cr>", desc = "GitHub Review Comments" },
},
}
- Handle errors
- Async