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