From 518d733369fb6f2e4652e9649a78546ce6493079 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 17 Oct 2020 17:40:10 +0200 Subject: Make sure custom scripts.vim are respected as well --- doc/vim-go.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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'* -- cgit v1.2.3