kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

Disable git comments #560

Closed iamajvillalobos closed 5 years ago

iamajvillalobos commented 5 years ago

Hi there,

How do I disable this? I tried toggling the annotation setting but I don't think that is. Check the package settings but not sure what settings to switch. This happen when I click on a line.

screen_shot_2018-09-13_at_12_00_36_pm

lipanski commented 5 years ago

@iamarmanjon that's actually a GitGutter feature. had the same issue and managed to disable it by setting "show_line_annotation": false in the GitGutter configuration file.

iamajvillalobos commented 5 years ago

:D sorry, I should have debug more. Closing this.