diff options
author | Aleksey Kladov <[email protected]> | 2019-05-22 13:04:30 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-22 13:04:30 +0100 |
commit | a25e103e4542637047fe388a926aebddca07b3b7 (patch) | |
tree | 1d420577789f98102ccb5f9f4c6980b85994a1ad /docs | |
parent | 35b60d68932926c6f5cef6ece44a82363a7061c5 (diff) |
mention why enableEnhancedTyping is needed
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) |