summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------vim/bundle/syntastic0
-rw-r--r--vimrc6
3 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f79dff2..c0eeceb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -82,3 +82,6 @@
[submodule "vim/bundle/puppet"]
path = vim/bundle/puppet
url = https://github.com/rodjek/vim-puppet
+[submodule "vim/bundle/syntastic"]
+ path = vim/bundle/syntastic
+ url = git://github.com/scrooloose/syntastic
diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic
new file mode 160000
+Subproject 71aa71bc1b2949f41d921c1bd00e8d35559b8f9
diff --git a/vimrc b/vimrc
index 474cd54..3e5d233 100644
--- a/vimrc
+++ b/vimrc
@@ -832,4 +832,10 @@ omap f? <Plug>(easymotion-Tn)
map fn <Plug>(easymotion-vim-n)
map fN <Plug>(easymotion-vim-N)
" }}}
+" syntastic {{{
+let g:syntastic_always_populate_loc_list = 1
+let g:syntastic_check_on_open = 1
+let g:syntastic_check_on_wq = 0
+let g:syntastic_enable_signs = 0
+" }}}
" }}}