1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-02-23 05:27:59 +00:00

14 lines
213 B
Lua

return {
settings = {
gopls = {
experimentalPostfixCompletions = true,
analyses = {
shadow = true,
},
staticcheck = true,
directoryFilters = { "-.git" },
semanticTokens = true,
},
},
}