diff --git a/gopls/doc/vim.md b/gopls/doc/vim.md index 4ee175db38c..48c9b03d591 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] Neovim v.0.5.0+, the `nvim-lspconfig` configuration helper plugin, and check the [`gopls` configuration section][nvim-lspconfig] there.