Merge from upstream

This commit is contained in:
David-Else 2023-01-16 19:44:24 +00:00
parent 227ed34e7c
commit 07cbc5475c

View File

@ -219,11 +219,11 @@ ### `[editor.whitespace]` Section
Options for rendering whitespace with visible characters. Use
`:set whitespace.render all` to temporarily enable visible whitespace.
======= | Key | Description | Default | |-----|-------------|---------| |
`render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a
table with sub-keys `space`, `nbsp`, `tab`, and `newline`. | `"none"` | |
`characters` | Literal characters to use when rendering whitespace. Sub-keys may
be any of `tab`, `space`, `nbsp`, `newline` or `tabpad` | See example below |
| Key | Description | Default | |-----|-------------|---------| | `render` |
Whether to render whitespace. May either be `"all"` or `"none"`, or a table with
sub-keys `space`, `nbsp`, `tab`, and `newline`. | `"none"` | | `characters` |
Literal characters to use when rendering whitespace. Sub-keys may be any of
`tab`, `space`, `nbsp`, `newline` or `tabpad` | See example below |
Example