gitsigns.nvim icon indicating copy to clipboard operation
gitsigns.nvim copied to clipboard

Hide hunks in blame_line floating window

Open danielleontiev opened this issue 1 year ago • 1 comments

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.

danielleontiev avatar Mar 08 '23 18:03 danielleontiev

I was just about to post a feature request for this... Thanks....

khaled4vokalz avatar Jun 03 '23 16:06 khaled4vokalz