diff options
author | HampusM <hampus@hampusmat.com> | 2024-01-16 19:04:38 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-01-16 19:04:38 +0100 |
commit | 10bce7b1ceac9063012e9c0fab880142aa289767 (patch) | |
tree | 2940488171c9d06d5d62a7e7384f45beab200425 | |
parent | afaedf0b105198d4155c088dcf626c116ad57b67 (diff) |
update coc rust analyzer config
-rw-r--r-- | coc-settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index 154a94e..2924b06 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -52,7 +52,11 @@ "rust-analyzer.imports.prefix": "crate", "rust-analyzer.inlayHints.renderColons": false, "rust-analyzer.inlayHints.chainingHints.enable": false, - "rust-analyzer.inlayHints.parameterHints.enable": false, + "rust-analyzer.inlayHints.parameterHints.enable": true, + "rust-analyzer.updates.channel": "stable", + "rust-analyzer.numThreads": 64, + "rust-analyzer.cachePriming.enable": true, + "rust-analyzer.cachePriming.numThreads": 64, "python.linting.pydocstyleEnabled": true, "python.analysis.diagnosticMode": "workspace", "python.analysis.typeCheckingMode": "strict", |