13 lines
216 B
JSON
13 lines
216 B
JSON
|
{
|
||
|
"lspconfig": {
|
||
|
"rust_analyzer": {
|
||
|
"rust-analyzer.cargo.features": "all",
|
||
|
"rust-analyzer.rustfmt.overrideCommand": [
|
||
|
"leptosfmt",
|
||
|
"--stdin",
|
||
|
"--rustfmt"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|