You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/manual.adoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -280,12 +280,12 @@ Also see the https://emacs-lsp.github.io/lsp-mode/page/lsp-rust-analyzer/[rust-a
280
280
281
281
Note the excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm] on how to set-up Emacs for Rust development with LSP mode and several other packages.
282
282
283
-
=== Vim/NeoVim
283
+
=== Vim/Neovim
284
284
285
285
Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
286
286
Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example.
287
287
288
-
There are several LSP client implementations for vim or neovim:
288
+
There are several LSP client implementations for Vim or Neovim:
289
289
290
290
==== coc-rust-analyzer
291
291
@@ -308,7 +308,7 @@ Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected
0 commit comments