Sublime Forum

Disable git gutter drawing

#1

The git integration stuff is showing up on files that aren’t even part of git repositories (orange line in the gutter when I change lines). How do I disable this? Even better it shouldn’t appear until there is a .git folder present.

0 Likes

#2

It is a feature, that can be controlled by a setting, that incremental diffing doesn’t have any reliance on Git. You can, however, restrict it to only be shown for files in a Git repo.

The docs for Incremental Diff are at https://www.sublimetext.com/docs/3/incremental_diff.html.

1 Like

Freeze on replace all in a large file
#3

thanks, I see that setting now.

0 Likes