You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cursor is on a blank line, I don't think we should show the git blame, it's mostly useless and annoying. The only use case I can think of, is if you're looking for "who's the idiot who added a blank line here".
So I propose we either add an option in current_line_blame_opts to ignore blank lines, something like ignore_blank_lines: boolean, or ignore blank lines by default all together. This will have an additional performance benifit.
I can work on this, but I don't know what approach you would like me to implement?
The text was updated successfully, but these errors were encountered:
s4my
changed the title
Feature request: add the ability to ignore blanc lines for git blames.
Feature request: add the ability to ignore blank lines for git blames.
Apr 20, 2024
When the cursor is on a blank line, I don't think we should show the git blame, it's mostly useless and annoying. The only use case I can think of, is if you're looking for "who's the idiot who added a blank line here".
So I propose we either add an option in
current_line_blame_opts
to ignore blank lines, something likeignore_blank_lines: boolean
, or ignore blank lines by default all together. This will have an additional performance benifit.I can work on this, but I don't know what approach you would like me to implement?
The text was updated successfully, but these errors were encountered: