Backport documentation for inline git blame (#10677)

Thorsten Ball created

Only noticed this when editing zed.dev.

Release Notes:

- N/A

Change summary

docs/src/configuring_zed.md | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

Detailed changes

docs/src/configuring_zed.md 🔗

@@ -555,9 +555,14 @@ To interpret all `.c` files as C++, and files called `MyLockFile` as TOML:
 - Default:
 
 ```json
-"git": {
-  "git_gutter": "tracked_files"
-},
+{
+  "git": {
+    "git_gutter": "tracked_files",
+    "inline_blame": {
+      "enabled": true
+    }
+  }
+}
 ```
 
 ### Git Gutter