From a25e103e4542637047fe388a926aebddca07b3b7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 22 May 2019 15:04:30 +0300 Subject: mention why enableEnhancedTyping is needed --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. * `rust-analyzer.showWorkspaceLoadedNotification`: to ease troubleshooting, a notification is shown by default when a workspace is loaded * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts - `Enter` key to make it easier to continue comments + `Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin. * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo watch` for live error highlighting (note, this **does not** use rust-analyzer) -- cgit v1.2.3