Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/health.rs')
| -rw-r--r-- | helix-term/src/health.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/health.rs b/helix-term/src/health.rs index e59fd74d..54789b89 100644 --- a/helix-term/src/health.rs +++ b/helix-term/src/health.rs @@ -154,7 +154,7 @@ pub fn languages_all() -> std::io::Result<()> { } }; - let mut headings = vec!["Language", "LSP", "DAP", "Formatter"]; + let mut headings = vec!["Language", "Language servers", "Debug adapter", "Formatter"]; for feat in TsFeature::all() { headings.push(feat.short_title()) |