mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-17 16:03:40 -05:00
Allow vim-polyglot to load in non-compatible mode
This commit is contained in:
@@ -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'*
|
||||
|
||||
Reference in New Issue
Block a user