首先clone vim8代碼庫
git clone https://github.com/vim/vim.gitpython
./configure --with-features=huge \ --enable-multibyte \ --enable-rubyinterp=yes \ --enable-pythoninterp=yes \ --with-python-config-dir=/usr/lib64/python2.7/config \ # pay attention here check directory correct --enable-python3interp=yes \ --with-python3-config-dir=/usr/lib/python3.5/config \ --enable-perlinterp=yes \ --enable-luainterp=yes \ --enable-gui=gtk2 \ --enable-cscope \ --prefix=/usr/local
對於vimplug
配置下Plug 'valloric/youcompleteme'git
進入~/.vim/plugged/youcompleteme
執行/usr/bin/python ./install.py --clang-completer
或者直接./install.pygithub
結束vim