mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add config for disabling hover memory layout data
This commit is contained in:
parent
ecc081d625
commit
4ed0fa8414
7 changed files with 63 additions and 10 deletions
|
@ -137,6 +137,7 @@ impl StaticIndex<'_> {
|
|||
});
|
||||
let hover_config = HoverConfig {
|
||||
links_in_hover: true,
|
||||
memory_layout: true,
|
||||
documentation: true,
|
||||
keywords: true,
|
||||
format: crate::HoverDocFormat::Markdown,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue