aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-05 10:55:27 +0100
committerGitHub <[email protected]>2020-05-05 10:55:27 +0100
commita76d392fe9cb3c8adc67ba3700645e1bc3713f11 (patch)
treefbd40854aa59f0e7809e6c665b05632e639f2f15
parent87af7c9bd71892028ac91c4e514c548a66e4e8a8 (diff)
parent18ba86b1c5e9b3d6288dd612ecd054f6386d529e (diff)
Merge #4307
4307: [manual] Improve requirements and editor wording r=matklad a=oblitum Co-authored-by: Francisco Lopes <[email protected]>
-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