neovim: remove inlay hints in gopls

This commit is contained in:
2023-11-27 19:47:13 +03:00
parent a96e12a189
commit d9e4739b4b

View File

@@ -93,9 +93,6 @@ for _, server in ipairs(servers) do
opts.settings = { opts.settings = {
gopls = { gopls = {
linksInHover = true, linksInHover = true,
hints = {
constantValues = true,
},
}, },
} }
end end