mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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:
parent
fa68bac391
commit
085c4fe4c8
9 changed files with 11 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue