diff options
author | Dave Lage <[email protected]> | 2020-10-29 15:08:12 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-29 15:08:12 +0000 |
commit | e6419350de09f112df27f0f78ff083393d725313 (patch) | |
tree | b8f11e5ec2b8c3b134e61a28ae4796e25f9ee613 | |
parent | 173e971e823f6aaf40b95215f381e6d87871ca57 (diff) |
docs: Update Neovim nvim-lspconfig repository link
-rw-r--r-- | docs/user/manual.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index b9d907a4a..575e5866f 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -239,8 +239,8 @@ let g:ale_linters = {'rust': ['analyzer']} | |||
239 | ==== nvim-lsp | 239 | ==== nvim-lsp |
240 | 240 | ||
241 | NeoVim 0.5 (not yet released) has built-in language server support. | 241 | 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]. | 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-lsp` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`. | 243 | Once `neovim/nvim-lspconfig` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`. |
244 | 244 | ||
245 | === Sublime Text 3 | 245 | === Sublime Text 3 |
246 | 246 | ||