Deprecate go-nyet

This commit is contained in:
Barak Michener 2015-08-03 14:23:23 -04:00
parent 34ef53039b
commit fa30b548c6
2 changed files with 53 additions and 1 deletions

2
.vimrc
View file

@ -173,7 +173,7 @@ let g:EclimCompletionMethod = 'omnifunc'
" * Syntastic
let g:syntastic_python_flake8_args='--ignore=E111'
let g:syntastic_go_checkers=['go', 'govet', 'gonyet', 'golintc']
let g:syntastic_go_checkers=['go', 'govet', 'govetshadow', 'golintc']
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 2
let g:syntastic_loc_list_height = 10