fix: enable gofumpt in gopls

This commit is contained in:
Dan Anglin 2022-05-03 22:17:03 +01:00
parent d3bd6a5597
commit ac5f845964
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -46,6 +46,7 @@ lspconfig.gopls.setup{
analyses = {
unusedparams = true,
},
gofumpt = true,
staticcheck = true,
},
init_options = {