aboutsummaryrefslogtreecommitdiff
path: root/.zed/settings.json
blob: 3ecbbe3da5be750a085cb93f7ce9e8c19d88c33b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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",
        ],
      },
    },
  },
}