Update gopls configuration

This commit is contained in:
Rob Watson 2022-12-26 07:29:15 +01:00
parent b006d31263
commit f9cda80c83

3
nvimrc
View File

@ -750,6 +750,9 @@ nvim_lsp.gopls.setup{
settings = {
gopls = {
staticcheck = true,
-- Disalbing linksInHover may not be working as expected:
linksInHover = false,
usePlaceholders = true,
analyses = {
unusedparams = true,
shadow = true,