mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
reduce indentation level
This commit is contained in:
parent
2d83eb0fdb
commit
8342863876
1 changed files with 2 additions and 4 deletions
|
@ -704,12 +704,10 @@ impl Registry {
|
|||
}) {
|
||||
return Some((name.to_owned(), Ok(client.clone())));
|
||||
}
|
||||
} else {
|
||||
} else if !autostart {
|
||||
// If autostart LSP turned off, do not automatically start a client for server
|
||||
// Try emulate the empty clients list behavior for disable LSP
|
||||
if !autostart {
|
||||
return None;
|
||||
}
|
||||
return None;
|
||||
}
|
||||
match self.start_client(
|
||||
name.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue