diff options
author | Francisco Lopes <[email protected]> | 2020-05-04 18:12:32 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-04 18:12:32 +0100 |
commit | 18ba86b1c5e9b3d6288dd612ecd054f6386d529e (patch) | |
tree | c345015989510adce304d83b1b87b5f7f9d49201 | |
parent | 15de338703fd9c789c4cf8041a59d8730f12bc78 (diff) |
[manual] Improve requirements and editor wording
-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 | ||