Fix clang syntastic
This commit is contained in:
parent
dac64066d9
commit
5c50dbbbe0
@ -206,8 +206,9 @@ let g:airline_right_sep='◀'
|
||||
let g:airline#extensions#syntastic#enabled=0
|
||||
let g:ycm_show_diagnostics_ui=0
|
||||
let g:ycm_path_to_python_interpreter='/usr/bin/python2.7'
|
||||
let g:syntastic_cpp_compiler = 'clang++'
|
||||
let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'
|
||||
"let g:syntastic_cpp_compiler = 'clang++'
|
||||
"let g:syntastic_cpp_compiler_options = ' -std=c++11 -stdlib=libc++'
|
||||
let g:syntastic_cpp_compiler_options = ' -std=c++11'
|
||||
let g:airline#extensions#whitespace#enabled=0
|
||||
let g:airline#extensions#whitespace#show_message=0
|
||||
let g:airline#extensions#tmuxline#enabled=1
|
||||
|
Loading…
Reference in New Issue
Block a user