add documentation for auto-pairs-overtype

This commit is contained in:
Mikhail Zhuk 2024-06-03 00:08:24 +02:00
parent 34422853e3
commit ae19dd1ccb

View File

@ -52,6 +52,7 @@ ### `[editor]` Section
| `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