From 94fcbb400b875aaaccab5e730c3a7c72dd660ef5 Mon Sep 17 00:00:00 2001 From: Dimas Ari <_@inchidi.dev> Date: Fri, 19 Sep 2025 21:36:36 +0700 Subject: [PATCH] docs: Update invalid property in a configuration example (#38466) Just install Zed for the first time and got a warning from the first config example i copied from docs. Great design btw, immediately able to see that this is a well thought out app. seems like i'll stick with zed and make it my new dev 'sanctuary'. Release Notes: - N/A --- docs/src/visual-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/visual-customization.md b/docs/src/visual-customization.md index 55f2dfe9b4d40d46a640520a99952964712c640e..6798542d14e448feec86cdd8cb8e6a8f61a4cc78 100644 --- a/docs/src/visual-customization.md +++ b/docs/src/visual-customization.md @@ -227,7 +227,7 @@ TBD: Centered layout related settings "git": { "inline_blame": { "enabled": true, // Show/hide inline blame - "delay": 0, // Show after delay (ms) + "delay_ms": 0, // Show after delay (ms) "min_column": 0, // Minimum column to inline display blame "padding": 7, // Padding between code and inline blame (em) "show_commit_summary": false // Show/hide commit summary