centos6 youcompleteme問題と解決策をプラグインのvimをインストール

  1. まずクローンvim8コードリポジトリを
    Gitのクローンhttps://github.com/vim/vim.git

  2. その後、コンパイル
    どこに彼のpython2.7config下の注意を
./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 
  1. vimplugための
    プラグインの設定「valloric / youcompleteme」を

  2. 入力すると〜/て.vim /プラグイン/ youcompleteme
    実行は/ usr / binに/ pythonの./install.py --clang -completer
    または直接./install.py

終了

おすすめ

転載: www.cnblogs.com/-wang-cheng/p/11627768.html