gopls explicit settings
This commit is contained in:
parent
e8eeff8fd6
commit
10a6422272
1 changed files with 11 additions and 1 deletions
|
|
@ -231,7 +231,17 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gopls = {},
|
gopls = {
|
||||||
|
settings = {
|
||||||
|
gopls = {
|
||||||
|
analyses = {
|
||||||
|
unusedparams = true,
|
||||||
|
},
|
||||||
|
staticcheck = true,
|
||||||
|
gofumpt = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
-- pylsp = {
|
-- pylsp = {
|
||||||
-- settings = {
|
-- settings = {
|
||||||
-- pylsp = {
|
-- pylsp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue