summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-01-22 00:05:29 -0500
committerJune McEnroe <june@causal.agency>2012-01-22 00:05:29 -0500
commitedc5f5c5e16c47321d2989ddb2770e136350d2a6 (patch)
tree5a595c5837a259b04901366b5ce73ed0ebca8c77 /.vimrc
parentAdd Powerline (diff)
downloadsrc-edc5f5c5e16c47321d2989ddb2770e136350d2a6.tar.gz
src-edc5f5c5e16c47321d2989ddb2770e136350d2a6.zip
Add syntastic
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
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