From 7342608bd639c7c9fa8d0f01d8eda103a940e0fe Mon Sep 17 00:00:00 2001 From: ray-x Date: Fri, 22 Jul 2022 22:18:53 +1000 Subject: [PATCH] issue #175 hover --- lua/go/gopls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/go/gopls.lua b/lua/go/gopls.lua index 8639b8e..0798f86 100644 --- a/lua/go/gopls.lua +++ b/lua/go/gopls.lua @@ -278,7 +278,7 @@ M.setups = function() if v > "0.7" then setups.settings.gopls = vim.tbl_deep_extend("force", setups.settings.gopls, { experimentalUseInvalidMetadata = true, - hoverKind = "Structured", + -- hoverKind = "Structured", }) end if v > "0.9" and _GO_NVIM_CFG.lsp_inlay_hints.enable then