mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Fix docgen and lsp-stop documentation
This commit is contained in:
parent
60a6af1fea
commit
7d20740b5b
3 changed files with 4 additions and 4 deletions
xtask/src
|
@ -97,8 +97,8 @@ pub fn lang_features() -> Result<String, DynError> {
|
|||
}
|
||||
row.push(
|
||||
lc.language_servers
|
||||
.iter()
|
||||
.filter_map(|ls| config.language_server.get(ls.name()))
|
||||
.keys()
|
||||
.filter_map(|ls| config.language_server.get(ls))
|
||||
.map(|s| md_mono(&s.command.clone()))
|
||||
.collect::<Vec<_>>()
|
||||
.join(", "),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue