From: Philippe Hürlimann Date: Thu, 5 Aug 2021 20:31:50 +0000 (+0200) Subject: Add syntastic X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=a4c576772cfc8f59fe72c8e7646f5ea83f71a717;p=vimfiles.git Add syntastic --- diff --git a/init.vim b/init.vim index b2bda97..35d1dcd 100644 --- a/init.vim +++ b/init.vim @@ -37,6 +37,7 @@ Plug 'tpope/vim-surround' Plug 'vim-scripts/a.vim' Plug 'vim-scripts/matchit.zip' Plug 'vim-scripts/paredit.vim' +Plug 'vim-syntastic/syntastic' call plug#end()