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
posted @ 2019-02-24 09:39  CN海盗船长  阅读(264)  评论(0)    收藏  举报