aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-01-30 02:03:50 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-01-30 02:03:50 +1300
commite16f5f35744a41957e207f39503f759e5e5fa1bf (patch)
tree4effd19fda4b7c6bc1cecc3c12303f12a81cbdec
parentDon't start X links for screen terms either (diff)
downloaddotfiles-e16f5f35744a41957e207f39503f759e5e5fa1bf.tar.gz
dotfiles-e16f5f35744a41957e207f39503f759e5e5fa1bf.zip
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
-rw-r--r--.gitmodules4
-rw-r--r--vim/after/plugin/syntastic.vim6
m---------vim/bundle/syntastic0
3 files changed, 1 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 891561de..18125536 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -61,6 +61,4 @@
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = git://github.com/sjl/gundo.vim.git
-[submodule "vim/bundle/syntastic"]
- path = vim/bundle/syntastic
- url = git://github.com/scrooloose/syntastic.git
+ ignore = dirty
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
-Subproject 59f7feb046a29d39e1730a079dbdd948077d5bd