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,