jisaacks / GitGutter

A Sublime Text 2/3 plugin to see git diff in gutter
MIT License
3.88k stars 225 forks source link

Option to disable gutters now that Sublime Text 3.2 provides them #537

Closed dnicolson closed 5 years ago

dnicolson commented 5 years ago

Sublime Text 3.2 introduces dedicated markers in the gutter:

Screenshot 2019-03-13 at 15 23 03

Perhaps there should be an option to disable the gutters while still being able to use the other features of GitGutters. Perhaps it could be achieved by using protected_regions?

michaelblyons commented 5 years ago

Take a look in the recent commits, particularly https://github.com/jisaacks/GitGutter/commit/a74ed97215a6154b97ff271252fd7b4a18aea3a8. 😉