From 5c50dbbbe0fa52820541b5953e96eba6908c7b8f Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 14 Aug 2017 01:19:54 -0400 Subject: [PATCH] Fix clang syntastic --- vim/vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index c413b50..81f95cb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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