mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-05 16:03:18 +02:00
`language_servers` is a `HashMap<String, Arc<Client>>` so the clients are cheap to clone but not the language server names. The names are unused in the save future so we can avoid the unnecessary clones by looking only at the `HashMap::values`.