Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlvhdr/gh-addressed.nvim
Easily view and address comments left on your PR using folke/trouble.nvim
https://github.com/dlvhdr/gh-addressed.nvim
neovim-plugin
Last synced: 3 days ago
JSON representation
Easily view and address comments left on your PR using folke/trouble.nvim
- Host: GitHub
- URL: https://github.com/dlvhdr/gh-addressed.nvim
- Owner: dlvhdr
- License: mit
- Created: 2024-02-03T14:40:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T21:38:25.000Z (9 months ago)
- Last Synced: 2024-07-31T07:37:10.259Z (4 months ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 52
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> Early in development# gh-addressed.nvim
Easily view and address comments left on your PR using [folke/trouble.nvim](https://github.com/folke/trouble.nvim)
![image](https://github.com/dlvhdr/gh-addressed.nvim/assets/6196971/603f46ce-5b6f-429f-ba52-88ec8b982657)
## Requirements
Install the `gh` CLI - see the [installation instructions](https://github.com/cli/cli#installation)
## Installation
Using lazy:
```lua
return {
"dlvhdr/gh-addressed.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
"folke/trouble.nvim",
},
cmd = "GhReviewComments",
keys = {
{ "gc", "GhReviewComments", desc = "GitHub Review Comments" },
},
}
```## TODO
- [ ] Handle errors
- [ ] Async