We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f83c9 commit 8470c02Copy full SHA for 8470c02
docs/user/manual.adoc
@@ -279,7 +279,7 @@ let g:ale_linters = {'rust': ['analyzer']}
279
280
==== nvim-lsp
281
282
-NeoVim 0.5 (not yet released) has built-in language server support.
+NeoVim 0.5 has built-in language server support.
283
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-lspconfig].
284
Once `neovim/nvim-lspconfig` is installed, use `+lua require'lspconfig'.rust_analyzer.setup({})+` in your `init.vim`.
285
0 commit comments