neovim: remove inlay hints in gopls
This commit is contained in:
@@ -93,9 +93,6 @@ for _, server in ipairs(servers) do
|
||||
opts.settings = {
|
||||
gopls = {
|
||||
linksInHover = true,
|
||||
hints = {
|
||||
constantValues = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user