From 132e8e80647f5a9c6eaebf775d9cda162dc02c5d Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Tue, 3 Sep 2024 15:04:39 -0300 Subject: [PATCH] docs: Fix delayed git inline blame example (#17320) Fixes docs example. Otherwise the inline git blame is fully disabled instead of delayed. Release Notes: - N/A --- docs/src/configuring-zed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 8169d24e1eb078c18746d53338c4f24ef55658a3..6f0283f848d40619e15ecc71329a02fe3679beef 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -893,7 +893,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files { "git": { "inline_blame": { - "enabled": false, + "enabled": true, "delay_ms": 500 } }