Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-14 22:25:10 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-14 22:25:10 +0000 +0000
Commit: 6fefdfde86ed60118868f14b6bbc9e59b078bfe5
Parent: 4e545bb78cb1049180d9b61ec3cb2936d3521380
vim: Switch syntastic to vundle
diff --git a/.vimrc b/.vimrc
index 5d4b4ca06a9c862733b7238c937a69e61e25211d..563281a050f196bf2975ccdf05e7a5f03a247bd3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,6 +5,7 @@ set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle "dag/vim-fish"
+Bundle "scrooloose/syntastic"
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()