diff --git a/docs/src/configuring_zed.md b/docs/src/configuring_zed.md index 53b9669e13..23a4c1040a 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