summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:25:59 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:25:59 +0200
commitc3e825027ddabecf18370df61c1da4018f017b7b (patch)
tree8d60a5b049a927d6aedb938e25612aa4e7ba14aa /doc
parent3618414fad6ac488e89895810d3a3da3c3c1c6fd (diff)
downloadvim-polyglot-c3e825027ddabecf18370df61c1da4018f017b7b.tar.gz
vim-polyglot-c3e825027ddabecf18370df61c1da4018f017b7b.zip
Allow vim-polyglot to load in non-compatible mode
Diffstat (limited to 'doc')
-rw-r--r--doc/vim-go.txt4
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'*