From 78e574cbcd6ff58abada6b033a0e3152e4d6de04 Mon Sep 17 00:00:00 2001 From: ray-x Date: Mon, 23 Aug 2021 12:56:04 +1000 Subject: [PATCH] codelens setup for gopls --- lua/navigator/lspclient/clients.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/navigator/lspclient/clients.lua b/lua/navigator/lspclient/clients.lua index 6dbf9f3..51a4bed 100644 --- a/lua/navigator/lspclient/clients.lua +++ b/lua/navigator/lspclient/clients.lua @@ -103,7 +103,9 @@ local setups = { analyses = {unusedparams = true, unreachable = false}, codelenses = { generate = true, -- show the `go generate` lens. - gc_details = true -- // Show a code lens toggling the display of gc's choices. + gc_details = true, -- // Show a code lens toggling the display of gc's choices. + test = true, + tidy = true }, usePlaceholders = true, completeUnimported = true,