Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

displaying diagnostic count on all open buffers in bufferline and for all buffers with diagnostics in the picker in addition with a red highlight #5536

Prev Previous commit
Next Next commit
Merge branch 'master' into diagnostic-count-on-bufferline-and-pickers
  • Loading branch information
bindsdev authored Feb 2, 2023
commit 94d0a2932caf4819765419c6a7831cfc22471207
2 changes: 2 additions & 0 deletions helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pub use typed::*;
use helix_core::{
comment, coords_at_pos,
diagnostic::{Diagnostic, Severity::*},
char_idx_at_visual_offset, comment,
doc_formatter::TextFormat,
encoding, find_first_non_whitespace_char, find_root, graphemes,
history::UndoKind,
increment, indent,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.