mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 03:13:29 +04:00
format code
This commit is contained in:
parent
d10bce758f
commit
28029dcd07
@ -44,8 +44,12 @@ pub fn new(
|
||||
|
||||
fn prepare_markdowns(&mut self) {
|
||||
let Some((lsp_name, hover)) = self.hovers.get(self.active_index) else {
|
||||
log::info!("prepare_markdowns: failed \nindex:{}\ncount:{}", self.active_index, self.hovers.len());
|
||||
return
|
||||
log::info!(
|
||||
"prepare_markdowns: failed \nindex:{}\ncount:{}",
|
||||
self.active_index,
|
||||
self.hovers.len()
|
||||
);
|
||||
return;
|
||||
};
|
||||
self.header = Some(Markdown::new(
|
||||
format!(
|
||||
|
Loading…
Reference in New Issue
Block a user