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