mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
[manual] Improve requirements and editor wording
This commit is contained in:
parent
15de338703
commit
18ba86b1c5
1 changed files with 3 additions and 3 deletions
|
@ -159,11 +159,11 @@ Emacs support is maintained as part of the https://github.com/emacs-lsp/lsp-mode
|
|||
3. Run `lsp` in a Rust buffer.
|
||||
4. (Optionally) bind commands like `lsp-rust-analyzer-join-lines`, `lsp-extend-selection` and `lsp-rust-analyzer-expand-macro` to keys.
|
||||
|
||||
=== Vim
|
||||
=== Vim/NeoVim
|
||||
|
||||
Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
|
||||
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.
|
||||
|
||||
The are several LSP client implementations for vim:
|
||||
The are several LSP client implementations for vim or neovim:
|
||||
|
||||
==== coc-rust-analyzer
|
||||
|
||||
|
|
Loading…
Reference in a new issue