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:
parent
0143d949a2
commit
f542125e92
1 changed files with 0 additions and 5 deletions
|
|
@ -5,11 +5,6 @@ return {
|
|||
filetypes = { "go", "gomod", "gowork", "gotmpl" },
|
||||
settings = {
|
||||
gopls = {
|
||||
["ui.inlayhints.hints"] = {
|
||||
compositeLiteralFields = true,
|
||||
constantValues = true,
|
||||
parameterNames = true,
|
||||
},
|
||||
analyses = {
|
||||
unusedparams = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue