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

Warm up caches on project load.

Type: null or boolean

Default: null

Plugin default: true

plugins.rustaceanvim.settings.server.default_settings.rust-analyzer.cachePriming.numThreads

How many worker threads to handle priming caches. The default 0 means to pick automatically.

Values:

  • physical: Use the number of physical cores
  • logical: Use the number of logical cores

Type: null or integer or floating point number between 0 and 255 (both inclusive) or one of “physical”, “logical”

Default: null

Plugin default: "physical"