aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGus Wynn <[email protected]>2020-01-05 15:30:14 +0000
committerGus Wynn <[email protected]>2020-01-05 15:37:58 +0000
commit218d211f48f2f9937b51ba1409eeae85d5acd331 (patch)
treecbf1a661f72a38c26e67c4790de715aa67b1ebc5 /docs
parentfe00a34fcc82c6741c88c17badab1994cf62496e (diff)
add note in vscode instructions for vim plugin users
Diffstat (limited to 'docs')
-rw-r--r--docs/user/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index a4b081dbb..282445722 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -44,6 +44,10 @@ $ cargo xtask install
44The automatic installation is expected to *just work* for common cases, if it 44The automatic installation is expected to *just work* for common cases, if it
45doesn't, report bugs! 45doesn't, report bugs!
46 46
47**Note** [#1831](https://github.com/rust-analyzer/rust-analyzer/issues/1831): If you are using the popular
48[Vim emulation plugin](https://github.com/VSCodeVim/Vim), you will likely
49need to turn off the `rust-analyzer.enableEnhancedTyping` setting.
50
47If you have an unusual setup (for example, `code` is not in the `PATH`), you 51If you have an unusual setup (for example, `code` is not in the `PATH`), you
48should adapt these manual installation instructions: 52should adapt these manual installation instructions:
49 53