mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-15 15:12:33 +02:00
fix: remove deprecated gopls analyzer
This commit is contained in:
parent
83bf6360a1
commit
b20243ea01
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ return {
|
||||||
rangeVariableTypes = true,
|
rangeVariableTypes = true,
|
||||||
},
|
},
|
||||||
analyses = {
|
analyses = {
|
||||||
fieldalignment = true,
|
|
||||||
nilness = true,
|
nilness = true,
|
||||||
unusedparams = true,
|
unusedparams = true,
|
||||||
unusedwrite = true,
|
unusedwrite = true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue