vim plugin YouCompleteMe

来源:互联网 发布:淘宝云客服培训 编辑:程序博客网 时间:2024/06/05 11:14

1.下载

https://github.com/Valloric/YouCompleteMe

git clone --recursive https://github.com/Valloric/YouCompleteMe.git

使用git submodule update --init --recursive确认仓库的完整性

2. 安装

cd~

mkdirycm_build

cdycm_build

cmake -G “Unix Makefiles” -DPATH_TO_LLVM_ROOT=~/ycm_temp/llvm_root_dir. ~/.vim/bundle/YouCompleteMe/cppmakeycm_support_libs


0 0
原创粉丝点击