neovim: remove inlay hints in gopls
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user