diff options
Diffstat (limited to 'docs/user/manual.adoc')
-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 | ||