You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: add an option to ignore diagnostics warnings
Add an option, g:go_diagnostics_ignore_warnings, to allow diagnostics
provided by gopls to be ignored.
When set, warnings provided by gopls will be neither highlighted nor
shown in the quickfix window after running `:GoDiagnostics` or using
`gopls` as the metalinter.
Closes#2636
0 commit comments