diff options
Diffstat (limited to 'doc/vim-go.txt')
-rw-r--r-- | doc/vim-go.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 18306a0f..dbb6af1f 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -1948,9 +1948,9 @@ disabled. Specifies the `gopls` diagnostics level. Valid values are 0, 1, and 2. 0 ignores `gopls` diagnostics, 1 is for errors only, and 2 is for errors and -warnings. By default it is 2. +warnings. By default it is 0. > - let g:go_diagnostics_level = 2 + let g:go_diagnostics_level = 0 < *'g:go_template_autocreate'* |