From c3e825027ddabecf18370df61c1da4018f017b7b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 19 Oct 2020 02:25:59 +0200 Subject: Allow vim-polyglot to load in non-compatible mode --- doc/vim-go.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/vim-go.txt') 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'* -- cgit v1.2.3