diff --git a/docs/src/configuring-languages.md b/docs/src/configuring-languages.md index 86ef4810b849f18bc84b081b41186e14cbfa120b..e4eb53d4979ae1bccd28e2172d54ec49430fcec7 100644 --- a/docs/src/configuring-languages.md +++ b/docs/src/configuring-languages.md @@ -143,7 +143,7 @@ Many language servers accept custom configuration options. You can set these in "lsp": { "rust-analyzer": { "initialization_options": { - "checkOnSave": { + "check": { "command": "clippy" } }