cursor-mover-app/.zed/settings.json

16 lines
363 B
JSON
Raw Permalink Normal View History

2026-02-28 22:24:42 +01:00
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"lsp": {
"rust-analyzer": {
"initialization_options": {
"cargo": {
"features": ["server"],
},
},
},
},
}