Make sure custom scripts.vim are respected as well

This commit is contained in:
Adam Stankiewicz
2020-10-17 17:40:10 +02:00
parent 0021384259
commit 518d733369
11 changed files with 2376 additions and 89 deletions

View File

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