text-width: update setting documentation

pull/5893/head
Clément Delafargue 2 years ago
parent 404406ac6a
commit d1023511bc
No known key found for this signature in database

@ -57,7 +57,7 @@ on unix operating systems.
| `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file. | `[]` |
| `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` |
| `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` |
| `text-width` | Set the maximum line width for text wrapping with :reflow | `80` |
| `text-width` | Set the maximum line width for text wrapping (either softwrapping, or hardwrapping with `:reflow`) | `80` |
### `[editor.statusline]` Section

Loading…
Cancel
Save