forked from Orchid/orchid
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
27 lines
509 B
JSON
27 lines
509 B
JSON
{
|
|
"languages": {
|
|
"Rust": {
|
|
"language_servers": ["rust-analyzer", "..."],
|
|
"formatter": "language_server"
|
|
}
|
|
},
|
|
"wrap_guides": [100],
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"binary": {
|
|
"path": "C:\\Users\\z004yk5r\\.cargo\\bin\\rust-analyzer.exe"
|
|
},
|
|
"initialization_options": {
|
|
"check": {
|
|
"command": "clippy"
|
|
},
|
|
"rustfmt": {
|
|
"extraArgs": ["+nightly"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tab_size": 2,
|
|
"rust-analyzer": {}
|
|
}
|