Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 538 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 538 Bytes

VimConfig

My own vim configuration.

Usage

  • 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
  1. go to YCM repo,
cd $HOME/.vim/plugged/YouCompleteMe
  1. compile
  • python + C/C++
python install.py
  • python only
python install.py --clang-completer