diff --git a/.vim/vimrc b/.vim/vimrc index eab5348..abcba4c 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -61,7 +61,6 @@ Plug 'rhysd/git-messenger.vim' Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' Plug 'Shougo/deoplete.nvim' -" Plug 'vim-syntastic/syntastic', { 'on': [] } Plug 'prabirshrestha/async.vim' Plug 'prabirshrestha/vim-lsp' @@ -583,7 +582,7 @@ augroup async_plug_load autocmd! " these plugins take the longest to load, let's do it in a semi-non-blocking " fashion - autocmd CursorHold,CursorHoldI * call plug#load('syntastic', 'vim-clang', 'vim-speeddating') + autocmd CursorHold,CursorHoldI * call plug#load('vim-clang', 'vim-speeddating') \| autocmd! async_plug_load augroup END