docs: Eliminate improper use of "LSP" term

Sometimes we used "LSP" to mean "language server". This change
eliminates the improper "LSP" usage.

Ref https://github.com/helix-editor/helix/pull/12183#discussion_r1868436105
This commit is contained in:
Michael Davis 2024-12-03 18:29:44 -05:00
parent fa68bac391
commit 085c4fe4c8
No known key found for this signature in database
9 changed files with 11 additions and 11 deletions

View file

@ -59,7 +59,7 @@ pub fn lang_features() -> Result<String, DynError> {
.map(|t| t.long_title().to_string())
.collect::<Vec<_>>(),
);
cols.push("Default LSP".to_owned());
cols.push("Default language servers".to_owned());
md.push_str(&md_table_heading(&cols));
let config = helpers::lang_config();