diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-06 14:14:58 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-06 14:14:58 +0000 |
commit | 07340a62cc1b34efcebfc9f4cfc42f655edd2fc8 (patch) | |
tree | 9930463c783f93780981eb3dffd129df11115c4c | |
parent | 1953ac17fd8c93d2145ec3103fd39dd9d6c8fd30 (diff) | |
parent | 218d211f48f2f9937b51ba1409eeae85d5acd331 (diff) |
Merge #2750
2750: add note in vscode instructions for vim plugin users r=matklad a=guswynn
Fixes #2746
As the issue mentions, this is already mentioned below in the setting docs. However, it ended up taking me a long time to figure this out, so a note in the instructions for Vscode specifically is helpful
Co-authored-by: Gus Wynn <[email protected]>
-rw-r--r-- | docs/user/README.md | 4 |
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 | |||
44 | The automatic installation is expected to *just work* for common cases, if it | 44 | The automatic installation is expected to *just work* for common cases, if it |
45 | doesn't, report bugs! | 45 | doesn'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 | ||
49 | need to turn off the `rust-analyzer.enableEnhancedTyping` setting. | ||
50 | |||
47 | If you have an unusual setup (for example, `code` is not in the `PATH`), you | 51 | If you have an unusual setup (for example, `code` is not in the `PATH`), you |
48 | should adapt these manual installation instructions: | 52 | should adapt these manual installation instructions: |
49 | 53 | ||