aboutsummaryrefslogtreecommitdiff
path: root/book/src/configuration.md
diff options
context:
space:
mode:
authorSeth Bromberger2022-07-26 06:05:12 +0000
committerGitHub2022-07-26 06:05:12 +0000
commit3dd2196e4f42b23fd30b4e028b96d5b1862603d6 (patch)
tree5214b9f213a224da2f8e0e428d86fb99d8259308 /book/src/configuration.md
parentde8ade896771875482fed0a4da6c9cc62410edf5 (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/src/configuration.md')
-rw-r--r--book/src/configuration.md1
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