You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
424 B
TOML
12 lines
424 B
TOML
[language-server.rust-analyzer]
|
|
command = "rust-analyzer"
|
|
|
|
[language-server.rust-analyzer.config]
|
|
inlayHints.bindingModeHints.enable = false
|
|
inlayHints.closingBraceHints.minLines = 10
|
|
inlayHints.closureReturnTypeHints.enable = "with_block"
|
|
inlayHints.discriminantHints.enable = "fieldless"
|
|
inlayHints.lifetimeElisionHints.enable = "skip_trivial"
|
|
inlayHints.typeHints.hideClosureInitialization = false
|
|
cargo.features = "all"
|