gopls explicit settings
This commit is contained in:
parent
e8eeff8fd6
commit
10a6422272
|
@ -231,7 +231,17 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gopls = {},
|
gopls = {
|
||||||
|
settings = {
|
||||||
|
gopls = {
|
||||||
|
analyses = {
|
||||||
|
unusedparams = true,
|
||||||
|
},
|
||||||
|
staticcheck = true,
|
||||||
|
gofumpt = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
-- pylsp = {
|
-- pylsp = {
|
||||||
-- settings = {
|
-- settings = {
|
||||||
-- pylsp = {
|
-- pylsp = {
|
||||||
|
|
Loading…
Reference in New Issue