Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide hunks in blame_line floating window #765

Open
danielleontiev opened this issue Mar 8, 2023 · 1 comment
Open

Hide hunks in blame_line floating window #765

danielleontiev opened this issue Mar 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@danielleontiev
Copy link

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 danielleontiev added the enhancement New feature or request label Mar 8, 2023
danielleontiev added a commit to danielleontiev/gitsigns.nvim that referenced this issue Mar 11, 2023
danielleontiev added a commit to danielleontiev/gitsigns.nvim that referenced this issue Mar 24, 2023
danielleontiev added a commit to danielleontiev/gitsigns.nvim that referenced this issue Mar 24, 2023
@khaled4vokalz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants