mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-10 05:01:12 +00:00
13 lines
177 B
Lua
13 lines
177 B
Lua
return {
|
|
settings = {
|
|
gopls = {
|
|
experimentalPostfixCompletions = true,
|
|
analyses = {
|
|
unusedparams = true,
|
|
shadow = true,
|
|
},
|
|
staticcheck = true,
|
|
},
|
|
},
|
|
}
|