2024-02-08 16:58:45 +01:00
|
|
|
{
|
|
|
|
|
// Take from PATH, direnv
|
2024-03-15 18:29:26 +01:00
|
|
|
"rust-analyzer.server.path": "rust-analyzer",
|
|
|
|
|
|
|
|
|
|
"[nix]": {
|
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
|
"editor.detectIndentation": false
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"[rust]": {
|
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
|
"editor.detectIndentation": false
|
|
|
|
|
},
|
2024-02-08 16:58:45 +01:00
|
|
|
}
|