diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-16 17:16:31 +0100 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-16 17:16:31 +0100 |
commit | 644f67232c149f460d2853b7929c06e9107aca36 (patch) | |
tree | 89112665a437ff8acd54162d45360cdd4ad7819d | |
parent | 9f0a77a232297e28396311f063e2a4ae304f8645 (diff) | |
download | vimrc-644f67232c149f460d2853b7929c06e9107aca36.tar.gz vimrc-644f67232c149f460d2853b7929c06e9107aca36.tar.bz2 vimrc-644f67232c149f460d2853b7929c06e9107aca36.zip |
set Syntastic options (C with Clang)
-rw-r--r-- | dotvimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |