Restructure crates and update configs

This commit is contained in:
2026-05-31 17:05:07 -06:00
parent 681cc73479
commit bf8694a04c
14 changed files with 23 additions and 19 deletions
+12 -15
View File
@@ -1,18 +1,10 @@
{
"project_name": null,
"auto_install_extensions": {
"tombi": true,
"cargo-appraiser": true
},
"languages": {
"TOML": {
"format_on_save": "on",
"formatter": { "language_server": { "name": "tombi" } }
}
"formatter": { "language_server": { "name": "tombi" } },
},
},
"lsp": {
"rust-analyzer": {
"initialization_options": {
@@ -20,9 +12,14 @@
"granularity": { "enforce": true, "group": "module" },
"group": { "enable": true },
"merge": { "glob": false },
"preferNoStd": true
}
}
}
}
"preferNoStd": true,
},
"server": {
"extraEnv": {
"RUSTUP_TOOLCHAIN": "stable",
},
},
},
},
},
}