nvim-blame-line
nvim-blame-line copied to clipboard
discard diff when looking up commit info
When looking for a commit containing the line use the -s flag to reduce the amount of data git has to return and the macro has to process. this can speed-up blameline on certain large repos, especially those that contain commits with very large diff's.
Potential fix for #22