fix(gopls): disable diagnostic

This commit is contained in:
2026-04-07 10:37:11 +02:00
parent 7066321e8e
commit e4044e5df2
+3
View File
@@ -7,6 +7,9 @@ return {
gopls = {
staticcheck = true,
semanticTokens = true,
analyses = {
ST1003 = false,
},
},
},
on_attach = function(client, bufnr)