fix(gopls): disable diagnostic
This commit is contained in:
@@ -7,6 +7,9 @@ return {
|
|||||||
gopls = {
|
gopls = {
|
||||||
staticcheck = true,
|
staticcheck = true,
|
||||||
semanticTokens = true,
|
semanticTokens = true,
|
||||||
|
analyses = {
|
||||||
|
ST1003 = false,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
|
|||||||
Reference in New Issue
Block a user