From 644f67232c149f460d2853b7929c06e9107aca36 Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Mon, 16 Dec 2013 17:16:31 +0100 Subject: set Syntastic options (C with Clang) --- dotvimrc | 3 +++ 1 file changed, 3 insertions(+) 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' -- cgit v1.2.3