Skip to content

Commit

Permalink
Merge pull request #2 from dlvhdr/readme
Browse files Browse the repository at this point in the history
feat: better readme
  • Loading branch information
dlvhdr committed Dec 16, 2023
2 parents 28d871a + 9560ac1 commit daa4b9f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Requirements

Install the `gh` CLI - see the [installation](https://github.com/cli/cli#installation)
Install the `gh` CLI - see the [installation instructions](https://github.com/cli/cli#installation)

## Usage
## Installation

Using lazy:
```lua
return {
"dlvhdr/gh-blame.nvim",
Expand All @@ -15,3 +16,10 @@ return {
},
}
```

## TODO

[] Handle errors
[] Prettify output with markdown parsing
[] Blame on cursor hold
[] Blame sidebar like in fugitive

0 comments on commit daa4b9f

Please sign in to comment.