mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Fix docgen again
This commit is contained in:
@@ -97,8 +97,8 @@ pub fn lang_features() -> Result<String, DynError> {
|
||||
}
|
||||
row.push(
|
||||
lc.language_servers
|
||||
.keys()
|
||||
.filter_map(|ls| config.language_server.get(ls))
|
||||
.iter()
|
||||
.filter_map(|ls| config.language_server.get(&ls.name))
|
||||
.map(|s| md_mono(&s.command.clone()))
|
||||
.collect::<Vec<_>>()
|
||||
.join(", "),
|
||||
|
Reference in New Issue
Block a user