From 1134c9def313e63e8483d57ee5df1a836dcce742 Mon Sep 17 00:00:00 2001
From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com>
Date: Tue, 18 Mar 2025 20:02:55 +0000
Subject: [PATCH] docs: document `[editor.vcs.blame]`

---
 book/src/editor.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/book/src/editor.md b/book/src/editor.md
index 79f7284c..a4b409d1 100644
--- a/book/src/editor.md
+++ b/book/src/editor.md
@@ -4,6 +4,7 @@
 - [`[editor.clipboard-provider]` Section](#editorclipboard-provider-section)
 - [`[editor.statusline]` Section](#editorstatusline-section)
 - [`[editor.lsp]` Section](#editorlsp-section)
+- [`[editor.vcs]` Section](#editorvcs-section)
 - [`[editor.cursor-shape]` Section](#editorcursor-shape-section)
 - [`[editor.file-picker]` Section](#editorfile-picker-section)
 - [`[editor.auto-pairs]` Section](#editorauto-pairs-section)
@@ -159,6 +160,14 @@ The following statusline elements can be configured:
 
 [^2]: You may also have to activate them in the language server config for them to appear, not just in Helix. Inlay hints in Helix are still being improved on and may be a little bit laggy/janky under some circumstances. Please report any bugs you see so we can fix them!
 
+### `[editor.vcs]` Section
+
+Version control config.
+
+| Key     | Description                                | Default |
+| ------- | ------------------------------------------ | ------- |
+| `blame` | Show git blame output for the current line | `false` |
+
 ### `[editor.cursor-shape]` Section
 
 Defines the shape of cursor in each mode.