Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/editor.md')
-rw-r--r--book/src/editor.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/editor.md b/book/src/editor.md
index 0e65ed22..024f8642 100644
--- a/book/src/editor.md
+++ b/book/src/editor.md
@@ -166,6 +166,7 @@ The following statusline elements can be configured:
| `display-messages` | Display LSP `window/showMessage` messages below statusline[^1] | `true` |
| `display-progress-messages` | Display LSP progress messages below statusline[^1] | `false` |
| `auto-signature-help` | Enable automatic popup of signature help (parameter hints) | `true` |
+| `auto-document-highlight` | Automatically highlight symbol references at the cursor | `false` |
| `display-inlay-hints` | Display inlay hints[^2] | `false` |
| `inlay-hints-length-limit` | Maximum displayed length (non-zero number) of inlay hints | Unset by default |
| `display-color-swatches` | Show color swatches next to colors | `true` |