diff options
author | Seth Bromberger | 2022-07-26 01:07:59 +0000 |
---|---|---|
committer | GitHub | 2022-07-26 01:07:59 +0000 |
commit | bfdcfec8c954225f79b49ce3e4db4bb76715ae69 (patch) | |
tree | 7c0f58f3ba807a0fc02112b52b239af6a48cd408 /book/src | |
parent | 742d16026eb288b93e334a92863bb46ec2b500e7 (diff) |
add spacer element to statusline (#3165)
* add spacer element to statusline
* docs
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 4eab4a48..c9f435bf 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -78,6 +78,7 @@ The following elements can be configured: | `diagnostics` | The number of warnings and/or errors | | `selections` | The number of active selections | | `position` | The cursor position | +| `spacer` | Inserts a space between elements (multiple/contiguous spacers may be specified) | ### `[editor.lsp]` Section |