# vim-qbli **Repository Path**: helloqingbing/vim-qbli ## Basic Information - **Project Name**: vim-qbli - **Description**: EMC Dev vim setting - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vim-suse Due to Clang need to be installed before to install YCM autoComplete plugin, we need follow up below steps: 1. cmake version need to newer than 3.4 sudo mkdir -p /usr/local/cmake/download cd /usr/local/cmake/download wget https://cmake.org/files/v3.7/cmake-3.7.1.tar.gz gunzip cmake-3.7.1.tar.gz tar xf cmake-3.7.1.tar.gz cd cmake-3.7.1 ./configure --prefix=/usr/local/cmake sudo make sudo make install Add to cmake to env to replace the old version. 2. Install Clang sudo mkdir -p /usr/local/clang/download cd /usr/local/clang/download git clone http://llvm.org/git/llvm.git cd llvm/tools git clone http://llvm.org/git/clang.git cd ../projects git clone http://llvm.org/git/compiler-rt.git cd ../tools/clang/tools/extra git clone http://llvm.org/git/clang-tools-extra.git cd /usr/local/clang/ /usr/local/cmake/bin/cmake -G "Unix Makefiles" /usr/local/clang/llvm sudo make sudo make install 3. Run ./install.sh