Allow vim-polyglot to load in non-compatible mode

This commit is contained in:
Adam Stankiewicz
2020-10-19 02:25:59 +02:00
parent 3618414fad
commit c3e825027d
6 changed files with 28 additions and 15 deletions

View File

@@ -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'*