Skip to content

Latest commit

 

History

History
executable file
·
33 lines (29 loc) · 956 Bytes

README.md

File metadata and controls

executable file
·
33 lines (29 loc) · 956 Bytes

dotvim

使用方法

cd .vim
git submodule init
git submodule update --init --recursive
  • 安装依赖
brew install ag
brew install cmake
npm i -g fecs
  • 打开vim,自动安装插件, vi
  • 进入.vim/bundle/YouCompleteMe目录
git submodule update --init --recursive
./install.py --clang-completer

貌似还好 clang 下载比较慢, 可以先去这里用迅雷下载好对应的版本 放到 .vim/bundle/YouCompleteMe/third_party/ycmd/clang_archives 目录下