aboutsummaryrefslogtreecommitdiff
path: root/.zed/settings.json
blob: 983506d0553c81353d752abb947adac285ab057e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "lsp": {
    "rust-analyzer": {
      "initialization_options": {
        "checkOnSave": true,
        "check": { "command": "clippy" },
        "linkedProjects": [".run/Cargo.toml"],
      },
    },
  },
}