···22//
33// For a full list of overridable settings, and general information on folder-specific settings,
44// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55-{}
55+{
66+ "lsp": {
77+ "rust-analyzer": {
88+ "initialization_options": {
99+ "cargo": {
1010+ "features": "all",
1111+ },
1212+ },
1313+ },
1414+ },
1515+}