aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancisco Lopes <[email protected]>2020-05-04 18:12:32 +0100
committerGitHub <[email protected]>2020-05-04 18:12:32 +0100
commit18ba86b1c5e9b3d6288dd612ecd054f6386d529e (patch)
treec345015989510adce304d83b1b87b5f7f9d49201 /docs
parent15de338703fd9c789c4cf8041a59d8730f12bc78 (diff)
[manual] Improve requirements and editor wording
Diffstat (limited to 'docs')
-rw-r--r--docs/user/readme.adoc6
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
1593. Run `lsp` in a Rust buffer. 1593. Run `lsp` in a Rust buffer.
1604. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys. 1604. (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
164Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. 164Prerequisites: 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
166The are several LSP client implementations for vim: 166The are several LSP client implementations for vim or neovim:
167 167
168==== coc-rust-analyzer 168==== coc-rust-analyzer
169 169