plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.lens.enable

Whether to show CodeLens in Rust files.

Type: null or boolean

Default: null

Plugin default: true

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.lens.location

Where to render annotations.

Values:

  • above_name: Render annotations above the name of the item.
  • above_whole_item: Render annotations above the whole item, including documentation comments and attributes.

Type: null or one of “above_name”, “above_whole_item”

Default: null

Plugin default: "above_name"