From 69605fa4bf338c676b32d530e5bd521e541781f2 Mon Sep 17 00:00:00 2001 From: Mikhail Zhuk Date: Mon, 3 Jun 2024 00:08:24 +0200 Subject: [PATCH] add documentation for auto-pairs-overtype --- book/src/editor.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/editor.md b/book/src/editor.md index 82d5f8461..8bb0a71c9 100644 --- a/book/src/editor.md +++ b/book/src/editor.md @@ -52,6 +52,7 @@ | `indent-heuristic` | How the indentation for a newly inserted line is computed: `simple` just copies the indentation level from the previous line, `tree-sitter` computes the indentation based on the syntax tree and `hybrid` combines both approaches. If the chosen heuristic is not available, a different one will be used as a fallback (the fallback order being `hybrid` -> `tree-sitter` -> `simple`). | `hybrid` | `jump-label-alphabet` | The characters that are used to generate two character jump labels. Characters at the start of the alphabet are used first. | `"abcdefghijklmnopqrstuvwxyz"` | `end-of-line-diagnostics` | Minimum severity of diagnostics to render at the end of the line. Set to `disable` to disable entirely. Refer to the setting about `inline-diagnostics` for more details | "disable" +| `auto-pairs-overtype` | Enable auto closing overtypes, which moves the cursor to the next symbol if the cursor is on a closing bracket | `true` ### `[editor.statusline]` Section