diff options
author | Clément Delafargue | 2023-01-16 15:30:35 +0000 |
---|---|---|
committer | Michael Davis | 2023-01-16 16:02:15 +0000 |
commit | 7bdba4a6bff99a89c0256889222f7bba5bfb1130 (patch) | |
tree | d334763e647f7c773bc9c2266e618eb755657005 /book/src | |
parent | 425d7e5f1b67d2c1748b4b30091d88d1446aecc7 (diff) |
doc: add missing `whitespace.render` sub-key
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index a35482e6..f89ef5ae 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -216,7 +216,7 @@ Options for rendering whitespace with visible characters. Use `:set whitespace.r | Key | Description | Default | |-----|-------------|---------| -| `render` | Whether to render whitespace. May either be `"all"` or `"none"`, or a table with sub-keys `space`, `tab`, and `newline`. | `"none"` | +| `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 |