aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotvimrc')
-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'