mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(extras/go): gopls check for shadow variables
This commit is contained in:
parent
530e94a9fa
commit
c0666a3c7e
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ return {
|
|||
unusedparams = true,
|
||||
unusedwrite = true,
|
||||
useany = true,
|
||||
shadow = true,
|
||||
},
|
||||
usePlaceholders = true,
|
||||
completeUnimported = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue