ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
544 stars 26 forks source link

fix: perform source file matching for comment linking #68

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit removes any comment-to-commit-sha checking and instead relies on matching the source code line the comment references to the actual lines in a vim buffer.

Signed-off-by: Louis DeLosSantos louis.delos@gmail.com