dlvhdr / gh-addressed.nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Lua 100.0%