From 218d211f48f2f9937b51ba1409eeae85d5acd331 Mon Sep 17 00:00:00 2001 From: Gus Wynn Date: Sun, 5 Jan 2020 07:30:14 -0800 Subject: [PATCH] add note in vscode instructions for vim plugin users --- docs/user/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user/README.md b/docs/user/README.md index a4b081dbb3..2824457223 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -44,6 +44,10 @@ $ cargo xtask install The automatic installation is expected to *just work* for common cases, if it doesn't, report bugs! +**Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular +[Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely +need to turn off the `rust-analyzer.enableEnhancedTyping` setting. + If you have an unusual setup (for example, `code` is not in the `PATH`), you should adapt these manual installation instructions: