Disabled go check on vim

This commit is contained in:
Eric Renfro 2018-10-18 09:55:50 -04:00
parent 6cf3cce6a3
commit 44e15f0973
Signed by untrusted user who does not match committer: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ iunmap $t
" Tune EditorConfig:
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
" Disable golang version checking:
let g:go_version_warning = 0