From 625c871d3c41b4682c9887a908c2721a32a6795f Mon Sep 17 00:00:00 2001 From: Simon Drake Date: Tue, 1 Mar 2022 17:39:56 +0000 Subject: [PATCH] gopls: update neovim documentation for using go.work MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For golang/go#50955 Change-Id: I8882239868d060a444466a466d30c3de9aaa31ef GitHub-Last-Rev: 6395f147165c7947eae50719fb03e65d95a4debf GitHub-Pull-Request: golang/tools#370 Reviewed-on: https://go-review.googlesource.com/c/tools/+/388576 Trust: Nooras Saba‎ Reviewed-by: Robert Findley Trust: Robert Findley Run-TryBot: Robert Findley gopls-CI: kokoro TryBot-Result: Gopher Robot --- gopls/doc/vim.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gopls/doc/vim.md b/gopls/doc/vim.md index 4563c28746..7417d36cfa 100644 --- a/gopls/doc/vim.md +++ b/gopls/doc/vim.md @@ -148,8 +148,12 @@ You can add custom configuration using Lua. Here is an example of enabling the ```vim lua <