add HoverDisplayConfig

This commit is contained in:
Young-Flash 2024-02-22 17:37:40 +08:00
parent 35ec5955eb
commit 2e87f31fe9
9 changed files with 29 additions and 18 deletions

View file

@ -17,7 +17,7 @@ const HOVER_BASE_CONFIG: HoverConfig = HoverConfig {
documentation: true,
format: HoverDocFormat::Markdown,
keywords: true,
trait_item_display_on_hover: Some(7),
trait_item_display_num: Some(7),
};
fn check_hover_no_result(ra_fixture: &str) {