Skip to content

Commit e641935

Browse files
authored
docs: Update Neovim nvim-lspconfig repository link
1 parent 173e971 commit e641935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ let g:ale_linters = {'rust': ['analyzer']}
239239
==== nvim-lsp
240240

241241
NeoVim 0.5 (not yet released) has built-in language server support.
242-
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lsp#rust_analyzer[neovim/nvim-lsp].
243-
Once `neovim/nvim-lsp` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`.
242+
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-lspconfig].
243+
Once `neovim/nvim-lspconfig` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`.
244244

245245
=== Sublime Text 3
246246

0 commit comments

Comments
 (0)