vimrc: rm syntastic

This commit is contained in:
surtur 2022-08-09 17:38:53 +02:00
parent 185eaf02c9
commit 945e50ef02
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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