You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Its settings will be merged with the configuration directory `config.toml` and t
69
69
|`popup-border`| Draw border around `popup`, `menu`, `all`, or `none`|`none`|
70
70
| `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`
71
71
| `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"`
72
+
|`initial-mode`| The initial mode for newly opened editors. |`"normal"`|
0 commit comments