diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 1b4d13d0f..affb96939 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -64,7 +64,7 @@ for details. | |||
64 | * `rust-analyzer.showWorkspaceLoadedNotification`: to ease troubleshooting, a | 64 | * `rust-analyzer.showWorkspaceLoadedNotification`: to ease troubleshooting, a |
65 | notification is shown by default when a workspace is loaded | 65 | notification is shown by default when a workspace is loaded |
66 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts | 66 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts |
67 | `Enter` key to make it easier to continue comments | 67 | `Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin. |
68 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable | 68 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable |
69 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo | 69 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo |
70 | watch` for live error highlighting (note, this **does not** use rust-analyzer) | 70 | watch` for live error highlighting (note, this **does not** use rust-analyzer) |