diff --git a/.vim/plugins.vim b/.vim/plugins.vim index d1e1621..7a659e9 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -39,7 +39,6 @@ Plug 'https://github.com/vim-latex/vim-latex.git' if has('unix') Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' } Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'sudo npm install -g tern; npm install' } - Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install --upgrade pyflakes' } endif call plug#end() @@ -47,11 +46,6 @@ call plug#end() " ctrlp.vim let g:ctrlp_cmd = 'CtrlPMixed' -" syntastic -auto FileType go let b:syntastic_mode = "passive" -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_python_checkers = ['pyflakes'] - " vim-airline let g:airline#extensions#tabline#enabled = 1