From a4c576772cfc8f59fe72c8e7646f5ea83f71a717 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Thu, 5 Aug 2021 22:31:50 +0200 Subject: [PATCH] Add syntastic --- init.vim | 1 + 1 file changed, 1 insertion(+) 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() -- 2.51.2