Skip to content

Commit f3093a0

Browse files
nferhatDavid-Else
andcommitted
book: Make working clearer
Co-authored-by: David Else <[email protected]>
1 parent 4d858ae commit f3093a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/src/editor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
| `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"`
5757
| `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"
5858
| `clipboard-provider` | Which API to use for clipboard interaction. One of `pasteboard` (MacOS), `wayland`, `x-clip`, `x-sel`, `win-32-yank`, `termux`, `tmux`, `windows`, `termcode`, `none`, or a custom command set. | Platform and environment specific. |
59-
| `completion-item-kinds` | Text to show for the completion menu item kind. By default helix displays the kind in `kebab-case` | `{}` (empty) |
59+
| `completion-item-kinds` | Text or symbol to display for the completion menu item kind. By default, Helix displays the kind in `kebab-case` | `{}` (empty) |
6060

6161
### `[editor.completion-item-kinds]` Section
6262

@@ -101,8 +101,8 @@ what kind of completion is inside the completion menu.
101101

102102
<br>
103103

104-
The value of the map is the text to display inside of the completion menu. By
105-
default, helix will use the key.
104+
By default, these values are used as text within the completion menu.
105+
However, you can replace them with custom text or symbols as shown in the following example:
106106

107107

108108
<details>

0 commit comments

Comments
 (0)