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

Enable support for procedural macros, implies #rust-analyzer.cargo.buildScripts.enable#.

Type: null or boolean

Default: null

Plugin default: true

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.procMacro.ignored

These proc-macros will be ignored when trying to expand them.

This config takes a map of crate names with the exported proc-macro names to ignore as values.

Type: null or (attribute set of anything)

Default: null

Plugin default: { }

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.procMacro.server

Internal config, path to proc-macro server executable.

Type: null or string

Default: null

Plugin default: null