Vim安装YouCompletMe插件。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vim安装YouCompletMe插件。相关的知识,希望对你有一定的参考价值。
1.Centos7.0自带含有支持python2.x的vim。(:version 后看python+则支持,python-则不支持)若不支持,卸载vim后源码编译安装。
yum install python-devel
./configure --enable-pythoninterp=yes --with-python-config-dir=/usr/lib64/python2.6/config (为你的python的路径)
安装
2.安装vundle并配置。
http://www.cnblogs.com/junnyfeng/p/3633697.html
3.(这里报错)安装clang,cmake,静态库,python。
yum install clang cmake glibc-static libstdc++-static -y
一定要编译安装python,我用yum的python无法成功,并且要配置
./configure --prefix=/usr/local --enable-share CFLAGS=-fPIC
4. 按提示操作,百度
以上是关于Vim安装YouCompletMe插件。的主要内容,如果未能解决你的问题,请参考以下文章