gitsigns.nvim
gitsigns.nvim copied to clipboard
Hide hunks in blame_line floating window
Is your feature request related to a problem? Please describe.
I always use blame_line
function with full = true
option to be able to see the full commit messages. However, full = true
also adds to the output hunks from the current file which is not something I expect to see when checking blame because I typically use blame to read commit messages and not viewing hunks.
Describe the solution you'd like
Add another parameter to blame_line
function hide_hunks (boolean)
that when enabled will prevent hunks from appearing in blame_line
output.
I was just about to post a feature request for this... Thanks....