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 = {
|
||||
gopls = {
|
||||
staticcheck = true,
|
||||
-- Disalbing linksInHover may not be working as expected:
|
||||
linksInHover = false,
|
||||
usePlaceholders = true,
|
||||
analyses = {
|
||||
unusedparams = true,
|
||||
shadow = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user