From 5ce2282eecb44b9e75bc30913f211fa0bd9d393b Mon Sep 17 00:00:00 2001 From: GGCristo Date: Mon, 5 Jul 2021 14:20:53 +0100 Subject: [PATCH 1/2] Neovim v0.5 is now stable --- gopls/doc/vim.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gopls/doc/vim.md b/gopls/doc/vim.md index 4ee175db38c..76f5ddbc061 100644 --- a/gopls/doc/vim.md +++ b/gopls/doc/vim.md @@ -116,8 +116,8 @@ In vim classic only, use the experimental [`govim`], simply follow the [install ## Neovim v0.5.0+ -To use the new (still experimental) native LSP client in Neovim, make sure you -[install][nvim-install] the prerelease v0.5.0 version of Neovim (aka “nightly”), +To use the new native LSP client in Neovim, make sure you +[install][nvim-install] the Neovim v.0.5.0+, the `nvim-lspconfig` configuration helper plugin, and check the [`gopls` configuration section][nvim-lspconfig] there. From 5c2023007a2e6a6471ec75871f74dc3edfe91af9 Mon Sep 17 00:00:00 2001 From: GGCristo Date: Fri, 9 Jul 2021 14:21:12 +0100 Subject: [PATCH 2/2] Delete "the" --- gopls/doc/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls/doc/vim.md b/gopls/doc/vim.md index 76f5ddbc061..48c9b03d591 100644 --- a/gopls/doc/vim.md +++ b/gopls/doc/vim.md @@ -117,7 +117,7 @@ In vim classic only, use the experimental [`govim`], simply follow the [install ## Neovim v0.5.0+ To use the new native LSP client in Neovim, make sure you -[install][nvim-install] the Neovim v.0.5.0+, +[install][nvim-install] Neovim v.0.5.0+, the `nvim-lspconfig` configuration helper plugin, and check the [`gopls` configuration section][nvim-lspconfig] there.