Switch from vscode to zed

This commit is contained in:
2026-04-18 19:15:34 -06:00
parent 0c437d816a
commit 681cc73479
8 changed files with 64 additions and 73 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"project_name": null,
"auto_install_extensions": {
"tombi": true,
"cargo-appraiser": true
},
"languages": {
"TOML": {
"format_on_save": "on",
"formatter": { "language_server": { "name": "tombi" } }
}
},
"lsp": {
"rust-analyzer": {
"initialization_options": {
"imports": {
"granularity": { "enforce": true, "group": "module" },
"group": { "enable": true },
"merge": { "glob": false },
"preferNoStd": true
}
}
}
}
}