diff --git a/docs/src/configuring_zed.md b/docs/src/configuring_zed.md index 53b9669e13452cf0a9fedceea55e2f5f6958d70c..23a4c1040ad88f58b6fcbaedfe0ce2d8cd6650af 100644 --- a/docs/src/configuring_zed.md +++ b/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