Disabled go check on vim
This commit is contained in:
parent
6cf3cce6a3
commit
44e15f0973
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@ iunmap $t
|
||||||
" Tune EditorConfig:
|
" Tune EditorConfig:
|
||||||
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*']
|
||||||
|
|
||||||
|
" Disable golang version checking:
|
||||||
|
let g:go_version_warning = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue