Add working inlayhints for go

This commit is contained in:
Martin Larsson 2025-01-02 10:03:46 +01:00
parent 9384be6e3f
commit e98ebae8ee

View file

@ -0,0 +1,12 @@
return {
merge_with_default = true,
settings = {
gopls = {
["ui.inlayhints.hints"] = {
compositeLiteralFields = true,
constantValues = true,
parameterNames = true
}
},
}
}