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 ------ vim/bundle/syntastic | 1 - 2 files changed, 7 deletions(-) delete mode 100644 vim/after/plugin/syntastic.vim delete mode 160000 vim/bundle/syntastic (limited to 'vim') 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 diff --git a/vim/bundle/syntastic b/vim/bundle/syntastic deleted file mode 160000 index 59f7feb0..00000000 --- a/vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 59f7feb046a29d39e1730a079dbdd948077d5bd0 -- cgit v1.2.3