Update syntastic URL

This commit is contained in:
Kenneth Benzie 2016-11-15 20:15:26 +00:00
parent 7445d70949
commit d105e42568

2
vimrc
View File

@ -38,7 +38,7 @@ Plug 'richq/vim-cmake-completion', {'for': ['cmake']}
Plug 'vim-scripts/vimomni', {'for': ['vim']} Plug 'vim-scripts/vimomni', {'for': ['vim']}
" syntastic - syntax checker " syntastic - syntax checker
Plug 'scrooloose/syntastic' Plug 'vim-syntastic/syntastic'
let g:syntastic_always_populate_loc_list = 1 let g:syntastic_always_populate_loc_list = 1
let g:syntastic_check_on_open = 1 let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0 let g:syntastic_check_on_wq = 0