Skip to content

Commit 0fb1c27

Browse files
bors[bot]cakebaker
andauthored
Merge #9621
9621: Remove outdated "(not yet released)" hint r=lnicola a=cakebaker Neovim 0.5 has been released recently (see http://neovim.io/news/2021/07), hence the "(not yet released)" hint is no longer needed. Co-authored-by: Daniel Hofstetter <[email protected]>
2 parents a2f83c9 + 8470c02 commit 0fb1c27

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)