From 91ff903bf3867f112d242d6ecbe0b417b900656f Mon Sep 17 00:00:00 2001 From: Gaurav Tyagi Date: Tue, 15 Nov 2022 07:16:07 +0530 Subject: Add global error/warning count statusline element (#4569) --- helix-view/src/editor.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-view') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 213141ff..4e3a69a2 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -325,6 +325,9 @@ pub enum StatusLineElement { /// A summary of the number of errors and warnings Diagnostics, + /// A summary of the number of errors and warnings on file and workspace + WorkspaceDiagnostics, + /// The number of selections (cursors) Selections, -- cgit v1.2.3-70-g09d2