fix gopls inlay hints

main
moonblade 2 years ago
parent cdef3e7ccd
commit 647c81dd42

@ -149,6 +149,7 @@ local config = {
-- set global default on lspconfig (see lspconfig doc)
gopls = {
settings = {
gopls = {
hints = {
assignVariableTypes = true,
compositeLiteralFields = true,
@ -159,6 +160,7 @@ local config = {
rangeVariableTypes = true,
},
}
}
},
["lua-dev"] = {

Loading…
Cancel
Save