diff options
author | Joshua Pauline | 2022-10-03 14:54:00 +0000 |
---|---|---|
committer | GitHub | 2022-10-03 14:54:00 +0000 |
commit | c144cc0b04c18d6749016773073a23b5e42d5804 (patch) | |
tree | 834abbfd1b6f3276a900d2650f82be4dea7ba5b2 /book/src | |
parent | 519857d6323d272106e0b48f9a9a23ce066f53f9 (diff) |
feat(statusline): add option to show total line numbers in file (#3960)
* feat(statusline): add option to show total line numbers in file
* feat(line numbers): add config to doc book
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 d44855c7..039d181c 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -93,6 +93,7 @@ The following statusline elements can be configured: | `file-name` | The path/name of the opened file | | `file-encoding` | The encoding of the opened file if it differs from UTF-8 | | `file-line-ending` | The file line endings (CRLF or LF) | +| `total-line-numbers` | The total line numbers of the opened file | | `file-type` | The type of the opened file | | `diagnostics` | The number of warnings and/or errors | | `selections` | The number of active selections | |