My own vim configuration.
- git this repo
git clone https://github.com/LaoYang1994/VimConfig.git
After that, move this repo to the $HOME directory and rename the repo ".vim".
- config Just run the following scripts.
sh init_vim_config.sh
- modify the path in the vimrc file
- compile YouCompleteMe
- go to YCM repo,
cd $HOME/.vim/plugged/YouCompleteMe
- compile
- python + C/C++
python install.py
- python only
python install.py --clang-completer