diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-05 10:55:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-05 10:55:27 +0100 |
commit | a76d392fe9cb3c8adc67ba3700645e1bc3713f11 (patch) | |
tree | fbd40854aa59f0e7809e6c665b05632e639f2f15 /docs/user | |
parent | 87af7c9bd71892028ac91c4e514c548a66e4e8a8 (diff) | |
parent | 18ba86b1c5e9b3d6288dd612ecd054f6386d529e (diff) |
Merge #4307
4307: [manual] Improve requirements and editor wording r=matklad a=oblitum
Co-authored-by: Francisco Lopes <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/readme.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index b1af72ce6..2c0a96a05 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -159,11 +159,11 @@ Emacs support is maintained as part of the https://github.com/emacs-lsp/lsp-mode | |||
159 | 3. Run `lsp` in a Rust buffer. | 159 | 3. Run `lsp` in a Rust buffer. |
160 | 4. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys. | 160 | 4. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys. |
161 | 161 | ||
162 | === Vim | 162 | === Vim/NeoVim |
163 | 163 | ||
164 | Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. | 164 | Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example. |
165 | 165 | ||
166 | The are several LSP client implementations for vim: | 166 | The are several LSP client implementations for vim or neovim: |
167 | 167 | ||
168 | ==== coc-rust-analyzer | 168 | ==== coc-rust-analyzer |
169 | 169 | ||