summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2015-10-29 07:14:48 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2015-10-29 07:14:48 +0100
commit12a7c219c29ecb0193e1b82ca42ddc9ff65188e4 (patch)
tree7d6016137c0f5967a1d887ea1b2d7c79bc50a04d /vimrc
parente776cd91ea382aea772eb066d9daba04d320593f (diff)
downloadvim-12a7c219c29ecb0193e1b82ca42ddc9ff65188e4.zip
vim-12a7c219c29ecb0193e1b82ca42ddc9ff65188e4.tar.gz
add scrooloose/syntastic
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index fc96dc4..573fc3a 100644
--- a/vimrc
+++ b/vimrc
@@ -18,6 +18,7 @@ Bundle 'majutsushi/tagbar'
Bundle 'msanders/snipmate.vim'
" Bundle 'Rip-Rip/clang_complete'
Bundle 'scrooloose/nerdtree'
+Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-commentary'
Bundle 'tpope/vim-git'
Bundle 'tpope/vim-fugitive'