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

Whether to show native rust-analyzer diagnostics.

Type: null or boolean

Default: null

Plugin default: true

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.disabled

List of rust-analyzer diagnostics to disable.

Type: null or (list of string)

Default: null

Plugin default: [ ]

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.remapPrefix

Map of prefixes to be substituted when parsing diagnostic file paths. This should be the reverse mapping of what is passed to rustc as --remap-path-prefix.

Type: null or (attribute set of anything)

Default: null

Plugin default: { }

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.warningsAsHint

List of warnings that should be displayed with hint severity.

The warnings will be indicated by faded text or three dots in code and will not show up in the Problems Panel.

Type: null or (list of string)

Default: null

Plugin default: [ ]

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.warningsAsInfo

List of warnings that should be displayed with info severity.

The warnings will be indicated by a blue squiggly underline in code and a blue icon in the Problems Panel.

Type: null or (list of string)

Default: null

Plugin default: [ ]