Update gopls configuration
This commit is contained in:
parent
b006d31263
commit
f9cda80c83
3
nvimrc
3
nvimrc
|
@ -750,6 +750,9 @@ nvim_lsp.gopls.setup{
|
||||||
settings = {
|
settings = {
|
||||||
gopls = {
|
gopls = {
|
||||||
staticcheck = true,
|
staticcheck = true,
|
||||||
|
-- Disalbing linksInHover may not be working as expected:
|
||||||
|
linksInHover = false,
|
||||||
|
usePlaceholders = true,
|
||||||
analyses = {
|
analyses = {
|
||||||
unusedparams = true,
|
unusedparams = true,
|
||||||
shadow = true,
|
shadow = true,
|
||||||
|
|
Loading…
Reference in New Issue