2022-10-23 10:35:25 +00:00
|
|
|
return {
|
|
|
|
settings = {
|
|
|
|
gopls = {
|
|
|
|
experimentalPostfixCompletions = true,
|
|
|
|
analyses = {
|
|
|
|
shadow = true,
|
|
|
|
},
|
|
|
|
staticcheck = true,
|
2023-10-28 15:49:56 +00:00
|
|
|
directoryFilters = { "-.git" },
|
|
|
|
semanticTokens = true,
|
2022-10-23 10:35:25 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|