Skip to content

Commit e433d67

Browse files
committed
update CHANGELOG.md for #2612
1 parent d30be89 commit e433d67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ IMPROVEMENTS:
7070
[[GH-2623]](https://github.com/fatih/vim-go/pull/2623)
7171
* Expand completions as snippets when `g:go_gopls_use_placeholders` is set.
7272
[[GH-2624]](https://github.com/fatih/vim-go/pull/2624)
73+
* Add a new function, `:GoDiagnostics` and an associated mapping for seeing
74+
`gopls` diagnostics. Because of the performance implications on large
75+
projects, `g:go_diagnostics_enabled` controls whether all diagnostics are
76+
processed or only the diagnostics for the current buffer.
77+
[[GH-2612]](https://github.com/fatih/vim-go/pull/2612)
7378

7479
BUG FIXES:
7580
* Fix removal of missing directories from gopls workspaces.

0 commit comments

Comments
 (0)