Skip to content

Commit 6ba2590

Browse files
committed
Auto merge of #15120 - lnicola:neovim, r=lnicola
minor: Neovim, not NeoVim
2 parents 06b99d4 + 8589a81 commit 6ba2590

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user/manual.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ Also see the https://emacs-lsp.github.io/lsp-mode/page/lsp-rust-analyzer/[rust-a
280280

281281
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.
282282

283-
=== Vim/NeoVim
283+
=== Vim/Neovim
284284

285285
Prerequisites: You have installed the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
286286
Not needed if the extension can install/update it on its own, coc-rust-analyzer is one example.
287287

288-
There are several LSP client implementations for vim or neovim:
288+
There are several LSP client implementations for Vim or Neovim:
289289

290290
==== coc-rust-analyzer
291291

@@ -308,7 +308,7 @@ Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected
308308
https://github.com/autozimu/LanguageClient-neovim[here]
309309
* The GitHub project wiki has extra tips on configuration
310310

311-
2. Configure by adding this to your vim/neovim config file (replacing the existing Rust-specific line if it exists):
311+
2. Configure by adding this to your Vim/Neovim config file (replacing the existing Rust-specific line if it exists):
312312
+
313313
[source,vim]
314314
----
@@ -335,7 +335,7 @@ let g:ale_linters = {'rust': ['analyzer']}
335335

336336
==== nvim-lsp
337337

338-
NeoVim 0.5 has built-in language server support.
338+
Neovim 0.5 has built-in language server support.
339339
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-lspconfig].
340340
Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` in your `init.vim`.
341341

@@ -376,7 +376,7 @@ EOF
376376

377377
See https://sharksforarms.dev/posts/neovim-rust/ for more tips on getting started.
378378

379-
Check out https://github.com/simrat39/rust-tools.nvim for a batteries included rust-analyzer setup for neovim.
379+
Check out https://github.com/simrat39/rust-tools.nvim for a batteries included rust-analyzer setup for Neovim.
380380

381381
==== vim-lsp
382382

0 commit comments

Comments
 (0)