From 3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 5 Oct 2012 14:50:41 +1300 Subject: Add syntastic plugin and options --- vim/after/plugin/syntastic.vim | 6 ++++++ vim/bundle/syntastic | 1 + 2 files changed, 7 insertions(+) create mode 100644 vim/after/plugin/syntastic.vim create mode 160000 vim/bundle/syntastic (limited to 'vim') diff --git a/vim/after/plugin/syntastic.vim b/vim/after/plugin/syntastic.vim new file mode 100644 index 00000000..48ba8ee0 --- /dev/null +++ b/vim/after/plugin/syntastic.vim @@ -0,0 +1,6 @@ +" Syntastic options +let g:syntastic_enable_signs = 1 +let g:syntastic_auto_jump = 1 +let g:syntastic_check_on_open = 1 +let g:syntastic_auto_loc_list = 1 +let g:syntastic_echo_current_error = 0 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic new file mode 160000 index 00000000..2e7d7330 --- /dev/null +++ b/vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 2e7d73305b70a456abb20b1754e094cccfefa3d3 -- cgit v1.2.3