Skip to content

Commit 8470c02

Browse files
authored
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.
1 parent a2f83c9 commit 8470c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ let g:ale_linters = {'rust': ['analyzer']}
279279

280280
==== nvim-lsp
281281

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

0 commit comments

Comments
 (0)