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