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
浙公网安备 33010602011771号