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/editor.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,10 @@
43
43
|`completion-timeout`| Time in milliseconds after typing a word character before completions are shown, set to 5 for instant. |`250`|
44
44
|`preview-completion-insert`| Whether to apply completion item instantly when selected |`true`|
45
45
|`completion-trigger-len`| The min-length of word under cursor to trigger autocompletion |`2`|
46
-
|`completion-replace`|Set to `true` to make completions always replace the entire word and not just the part before the cursor |`false`|
46
+
|`completion-replace`|Whether to make completions always replace the entire word and not just the part before the cursor |`false`|
47
47
|`auto-info`| Whether to display info boxes |`true`|
48
-
|`true-color`|Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative |`false`|
49
-
|`undercurl`|Set to `true` to override automatic detection of terminal undercurl support in the event of a false negative |`false`|
48
+
|`true-color`|Whether to override automatic detection of terminal truecolor support in the event of a false negative |`false`|
49
+
|`undercurl`|Whether to override automatic detection of terminal undercurl support in the event of a false negative |`false`|
50
50
|`rulers`| List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file |`[]`|
51
51
|`bufferline`| Renders a line at the top of the editor displaying open buffers. Can be `always`, `never` or `multiple` (only shown if more than one buffer is in use) |`never`|
52
52
|`color-modes`| Whether to color the mode indicator with different colors depending on the mode itself |`false`|
0 commit comments