aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin
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 /vim/after/plugin
parentDefault to detaching other sessions (diff)
downloaddotfiles-3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea.tar.gz
dotfiles-3fbb2f8d1f6e72f846739cf095bf7402fe7a23ea.zip
Add syntastic plugin and options
Diffstat (limited to 'vim/after/plugin')
-rw-r--r--vim/after/plugin/syntastic.vim6
1 files changed, 6 insertions, 0 deletions
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