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