aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2013-12-16 17:16:31 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2013-12-16 17:16:31 +0100
commit644f67232c149f460d2853b7929c06e9107aca36 (patch)
tree89112665a437ff8acd54162d45360cdd4ad7819d
parent9f0a77a232297e28396311f063e2a4ae304f8645 (diff)
downloadvimrc-644f67232c149f460d2853b7929c06e9107aca36.tar.gz
vimrc-644f67232c149f460d2853b7929c06e9107aca36.tar.bz2
vimrc-644f67232c149f460d2853b7929c06e9107aca36.zip
set Syntastic options (C with Clang)
-rw-r--r--dotvimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index 054aff9..745a709 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -74,6 +74,9 @@ let g:syntastic_enable_loc_list=0
let g:syntastic_enable_highlighting=2
let g:syntastic_error_symbol='✗'
let g:syntastic_warning_symbol='⚠'
+let g:syntastic_c_compiler = 'clang'
+let g:syntastic_c_compiler_options = ' -std=c90 '
+let g:syntastic_c_config_file = '.clang_complete'
let g:Powerline_symbols = 'unicode'
NeoBundle 'Tag-Signature-Balloons'