diff --git a/common/configure_fresh_system b/common/configure_fresh_system index fadb79a2..7b5f90f0 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -109,9 +109,9 @@ if [[ -z $NOVIM ]]; then cd "$DIR/.vim/bundle/YouCompleteMe/" git submodule update --init --recursive if [[ -z $NORUST ]]; then - ./install.py --system-boost --clang-completer --omnisharp-completer + ./install.py --clang-completer --omnisharp-completer else - ./install.py --system-boost --racer-completer --clang-completer --omnisharp-completer + ./install.py --racer-completer --clang-completer --omnisharp-completer fi fi