forked from Orchid/orchid
Macros, placeholders, etc. will all be handled by std eventually so they shouldn't appear in the protocol or the host
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"languages": {
|
|
"Rust": {
|
|
"language_servers": ["rust-analyzer", "..."]
|
|
}
|
|
},
|
|
"wrap_guides": [100],
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"binary": {
|
|
"path": "C:\\Users\\z004yk5r\\.cargo\\bin\\rust-analyzer.exe"
|
|
},
|
|
"initialization_options": {
|
|
"checkOnSave": {
|
|
"command": "clippy"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tab_size": 2,
|
|
"rust-analyzer": {}
|
|
}
|