首页 > 代码库 > Vim安装YouCompletMe插件。
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插件。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。