aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-10-05 14:50:41 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-10-05 14:50:41 +1300
commit3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea (patch)
tree790503cfc16c5a698d150362b14febe65c959a7c
parentDefault to detaching other sessions (diff)
downloaddotfiles-3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea.tar.gz
dotfiles-3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea.zip
Add syntastic plugin and options
-rw-r--r--.gitmodules3
-rw-r--r--vim/after/plugin/syntastic.vim6
m---------vim/bundle/syntastic0
3 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2648edff..891561de 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -61,3 +61,6 @@
[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
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
+Subproject 2e7d73305b70a456abb20b1754e094cccfefa3d