Remove inlay hints from gopls, theyre not as needed in go as other

languages, and they work poorly as well.
This commit is contained in:
Martin Lasson 2025-02-04 23:32:29 +01:00
parent 0143d949a2
commit f542125e92

View file

@ -5,11 +5,6 @@ return {
filetypes = { "go", "gomod", "gowork", "gotmpl" },
settings = {
gopls = {
["ui.inlayhints.hints"] = {
compositeLiteralFields = true,
constantValues = true,
parameterNames = true,
},
analyses = {
unusedparams = true,
},