diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 17:40:10 +0200 |
commit | 518d733369fb6f2e4652e9649a78546ce6493079 (patch) | |
tree | 4fe3bbecd68b2270fb6949e0862154198108015b /doc | |
parent | 00213842594d8262c35b64b03b176d6e831a6e94 (diff) | |
download | vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.tar.gz vim-polyglot-518d733369fb6f2e4652e9649a78546ce6493079.zip |
Make sure custom scripts.vim are respected as well
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vim-go.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/vim-go.txt b/doc/vim-go.txt index d33a8b38..26639768 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -1941,6 +1941,14 @@ By default it is disabled. > let g:go_diagnostics_enabled = 0 < + *'g:go_diagnostics_ignore_warnings'* + +Specifies whether warnings from `gopls` diagnostics are ignored. + +By default it is disabled. +> + let g:go_diagnostics_ignore_warnings = 0 +< *'g:go_template_autocreate'* |