From e752dfd0ebeb633c9b0fefa7cf1ceb55c6c3990b Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 9 Feb 2023 09:39:51 +1100 Subject: [PATCH] Update reference to goplay and go coverage highlight #253 #192 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2ebb073..582763d 100644 --- a/README.md +++ b/README.md @@ -1026,6 +1026,12 @@ EOF This will setup gopls with non default configure provided by go.nvim (Includes lspconfig default keymaps) + +## Other plugins that you may like +* [goplay](https://github.com/jeniasaigak/goplay.nvim) +* [a different way to highlight coverage results](https://github.com/rafaelsq/nvim-goc.lua) + + ## Q & A: Q: What is `Toggle gc annotation details`