#!/bin/env bash # Welcome to Vimax! THIS_DIR=$(dirname $(realpath $0)) pushd . # Change to this files directory cd $THIS_DIR # Fetch dependencies (git submodules)... git submodule update --init --remote --progress # compile YouCompleteMe cd $THIS_DIR/pack/vim/opt/YouCompleteMe ./install.py --clang-completer popd