系统相关
首页 > 系统相关> > CentOS 7下Vim安装YouCompleteMe插件

CentOS 7下Vim安装YouCompleteMe插件

作者:互联网

1、安装高版本GCC

https://blog.csdn.net/fm0517/article/details/79077706

2、安装python3.6

https://blog.csdn.net/geerniya/article/details/79263846

3、安装vim8

https://blog.csdn.net/geerniya/article/details/79686408

# bin目录添加到path
echo 'export PATH=/usr/local/vim8/bin/:${PATH}' >> /etc/profile.d/path.sh
source /etc/profile.d/path.sh

标签:插件,CentOS,YouCompleteMe,blog,csdn,details,https,path,net
来源: https://www.cnblogs.com/libaoshan/p/10425375.html