]> Untitled Git - vimfiles.git/commitdiff
Add syntastic
authorPhilippe Hürlimann <p@hurlimann.org>
Thu, 5 Aug 2021 20:31:50 +0000 (22:31 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Thu, 5 Aug 2021 20:31:50 +0000 (22:31 +0200)
init.vim

index b2bda97ec8fc14cddac7bb8f5b52465f70e854d7..35d1dcddd898d82a24271bedd6c86d301bc4719e 100644 (file)
--- 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()