aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 29959ca72..69f5b13d6 100644
--- a/docs/user/readme.adoc
+++ b/docs/user/readme.adoc
@@ -163,11 +163,11 @@ Emacs support is maintained as part of the https://github.com/emacs-lsp/lsp-mode
1633. Run `lsp` in a Rust buffer. 1633. Run `lsp` in a Rust buffer.
1644. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys. 1644. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys.
165 165
166=== Vim 166=== Vim/NeoVim
167 167
168Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. 168Prerequisites: 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.
169 169
170The are several LSP client implementations for vim: 170The are several LSP client implementations for vim or neovim:
171 171
172==== coc-rust-analyzer 172==== coc-rust-analyzer
173 173