Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 340 Bytes

File metadata and controls

17 lines (15 loc) · 340 Bytes

How to use


git clone https://github.com/Xdminsy/dotfiles.git
cd dotfiles
chmod +x install.sh
install.sh

Then let's install YouCompleteMe Manually.

cd ~/.vim/bundle/YouCompleteMe
git submodule update --init --recursive
# You can run ./intall.sh --help for help
./install.py --clang-completer