diff options
author | Seth Bromberger | 2022-07-26 06:05:12 +0000 |
---|---|---|
committer | GitHub | 2022-07-26 06:05:12 +0000 |
commit | 3dd2196e4f42b23fd30b4e028b96d5b1862603d6 (patch) | |
tree | 5214b9f213a224da2f8e0e428d86fb99d8259308 /book | |
parent | de8ade896771875482fed0a4da6c9cc62410edf5 (diff) |
add position-percentage as a statusline indicator (#3168)
* added position-pct as a statusline indicator
* removed unnecessary mutable reference
* pct -> percent
* percent -> percentage
Diffstat (limited to 'book')
-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 c7334af4..5372b9f0 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 | +| `position-percentage` | The cursor position as a percentage of the total number of lines | | `spacer` | Inserts a space between elements (multiple/contiguous spacers may be specified) | ### `[editor.lsp]` Section |