diff options
author | Gaurav Tyagi | 2022-11-15 01:46:07 +0000 |
---|---|---|
committer | GitHub | 2022-11-15 01:46:07 +0000 |
commit | 91ff903bf3867f112d242d6ecbe0b417b900656f (patch) | |
tree | fcb49a3f319f969e8ee45752c6b9310ebe04ff22 /book | |
parent | 1233c9a989f419315a9fc2ed0bc10f9338aa8322 (diff) |
Add global error/warning count statusline element (#4569)
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 8713c3ff..e4854cda 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -102,6 +102,7 @@ The following statusline elements can be configured: | `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 | +| `workspace-diagnostics` | The number of warnings and/or errors on workspace | | `selections` | The number of active selections | | `primary-selection-length` | The number of characters currently in primary selection | | `position` | The cursor position | |