From 945e50ef02976ccfa73449f3346e3b01f69f7334 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 9 Aug 2022 17:38:53 +0200 Subject: [PATCH] vimrc: rm syntastic --- .vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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