From 47ad01090126ab93cd45c605ca86fdd76cde00f6 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 17 Apr 2024 13:08:04 +0200 Subject: [PATCH] Backport documentation for inline git blame (#10677) Only noticed this when editing zed.dev. Release Notes: - N/A --- docs/src/configuring_zed.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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