aboutsummaryrefslogtreecommitdiff
path: root/.zed/settings.json
blob: 12c901ec82be0414c8cdc72637419894e9e44132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "lsp": {
    "rust-analyzer": {
      "initialization_options": {
        "checkOnSave": true,
        "check": { "command": "clippy" },
        "linkedProjects": [
          ".run/Cargo.toml",
          "mingling_picker/Cargo.toml",
          "mingling_pathf/test/Cargo.toml",
          "mingling_picker/test/Cargo.toml",
        ],
        "cargo": {
          "features": ["mingling_support"],
        },
      },
    },
  },
}