Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
| -rw-r--r-- | helix-view/src/editor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 66315652..1051d2c4 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -1055,7 +1055,7 @@ impl Default for Config { indent_heuristic: IndentationHeuristic::default(), jump_label_alphabet: ('a'..='z').collect(), inline_diagnostics: InlineDiagnosticsConfig::default(), - end_of_line_diagnostics: DiagnosticFilter::Disable, + end_of_line_diagnostics: DiagnosticFilter::Enable(Severity::Hint), clipboard_provider: ClipboardProvider::default(), editor_config: true, } |