From e16f5f35744a41957e207f39503f759e5e5fa1bf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 30 Jan 2013 02:03:50 +1300 Subject: I want to like Syntastic but I don't It keeps breaking in Perl and C and I can't figure out why, and it's not much good for PHP either. More trouble than it's worth --- vim/after/plugin/syntastic.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vim/after/plugin/syntastic.vim (limited to 'vim/after') diff --git a/vim/after/plugin/syntastic.vim b/vim/after/plugin/syntastic.vim deleted file mode 100644 index 48ba8ee0..00000000 --- a/vim/after/plugin/syntastic.vim +++ /dev/null @@ -1,6 +0,0 @@ -" 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 -- cgit v1.2.3