Deprecate go-nyet
This commit is contained in:
parent
34ef53039b
commit
fa30b548c6
2 changed files with 53 additions and 1 deletions
2
.vimrc
2
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue