mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-01 12:01:12 +00:00
14 lines
213 B
Lua
14 lines
213 B
Lua
return {
|
|
settings = {
|
|
gopls = {
|
|
experimentalPostfixCompletions = true,
|
|
analyses = {
|
|
shadow = true,
|
|
},
|
|
staticcheck = true,
|
|
directoryFilters = { "-.git" },
|
|
semanticTokens = true,
|
|
},
|
|
},
|
|
}
|