Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 759 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 759 Bytes

Caution

Early in development

gh-addressed.nvim

Easily view and address comments left on your PR using folke/trouble.nvim

image

Requirements

Install the gh CLI - see the installation instructions

Installation

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" },
  },
}

TODO

  • Handle errors
  • Async