From d105e425685e1ec1ae16ad1fa0afbdb2750c3a35 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 15 Nov 2016 20:15:26 +0000 Subject: [PATCH] Update syntastic URL --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5f53125..f814b41 100644 --- a/vimrc +++ b/vimrc @@ -38,7 +38,7 @@ Plug 'richq/vim-cmake-completion', {'for': ['cmake']} Plug 'vim-scripts/vimomni', {'for': ['vim']} " syntastic - syntax checker -Plug 'scrooloose/syntastic' +Plug 'vim-syntastic/syntastic' let g:syntastic_always_populate_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0