First, you'd to install Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Then clone this repository, and put the .vimrc
to your home directory
git clone https://github.com/zlicdt/vim-configure && cd vim-configure && mv .vimrc ~/.vimrc && cd .. && rm -rf vim-configure
Launch vim with that args to install files
vim "+PluginInstall"
To build YouCompleteMe, follow that instruction
# For example, a YouCompleteMe with C/C++ support
./install.py --clangd-completer