summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitmodules3
-rw-r--r--.vimrc5
m---------bundle/syntastic0
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 19356752..45d1b35d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,6 @@
 [submodule "bundle/vim-powerline"]
 	path = bundle/vim-powerline
 	url = https://github.com/Lokaltog/vim-powerline.git
+[submodule "bundle/syntastic"]
+	path = bundle/syntastic
+	url = https://github.com/scrooloose/syntastic.git
diff --git a/.vimrc b/.vimrc
index cda825a0..b023e02f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -75,6 +75,11 @@ runtime macros/matchit.vim
 autocmd InsertEnter * setlocal nolist
 autocmd InsertLeave * setlocal list
 
+" Syntastic options
+let g:syntastic_check_on_open=1
+let g:syntastic_enable_signs=0
+let g:syntastic_auto_loc_list=1
+
 " Custom maps
 let g:buffergator_suppress_keymaps=1
 
diff --git a/bundle/syntastic b/bundle/syntastic
new file mode 160000
+Subproject fe5b8989afa1859751acc34d9c0c6f8ccef44f6