If I want to switch off the GIT integration (aka the slime green line) on the left hand gutter in Sublime text, I just need to switch it to false:
26 "show_git_status": false
However, when setting that in the Preferences, I get the error:
Error trying to parse settings: Unexpected character, expected a comma or closing brackets in Packages\User\Preferences.sublime-settings:26:2
Clearly I'm a comma or bracket(s) short, but I don't know where or what format it should be. Can anyone enlighten me?
mini_difftofalse. The git integration works independently of the mini diff; mini diff also applies to files not under git. - OdatNurd