{ "lsp": { "rust-analyzer": { "initialization_options": { "checkOnSave": true, "check": { "command": "clippy" }, "linkedProjects": [".run/Cargo.toml"], }, }, }, }