Remove outdated "(not yet released)" hint

Neovim 0.5 has been released recently (see http://neovim.io/news/2021/07), hence the "(not yet released)" hint is no longer needed.
This commit is contained in:
Daniel Hofstetter 2021-07-17 16:56:26 +02:00 committed by GitHub
parent a2f83c956e
commit 8470c020bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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