curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
call plug#begin(‘~/.vim/plugged‘)
Plug ‘vim-airline/vim-airline‘
call plug#end()
原文:https://www.cnblogs.com/georgemxx/p/12293593.html