Sublime Forum

Remove Git Blame for each line

#1

For some reason it seems like every line in my Sublime 3 editor has a git blame for the author of that line ever since I restarted sublime yesterday. It seems like some update was installed but I never consciously downloaded this feature as a package. (It seems like the latest update from the changelog was back in May so I’m confused why I haven’t noticed this feature before yesterday).

It is leading to some annoyance because word highlighting disappears whenever this ‘git blame per line’ feature pops up. Do you know how I can remove this? I attached a screenshot of this below:

Thanks,
Akshay

0 Likes

#2

See: What's the name of the inline Git info thingy

0 Likes

#3

It’s from GitGutter.

  "show_line_annotation": false,
0 Likes

#4

Thank you so much!

0 Likes