vimrc: rm syntastic
This commit is contained in:
parent
185eaf02c9
commit
945e50ef02
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user