install vim plugin local file offline

download github file.zip

cd file
git init
git add .
git commit -m "init"


set rtp+=$HOME/.vim/bundle/Vundle.vim/
call vundle#begin('$HOME/.vim/bundle/')

Plugin 'file://D:/mtl/vim/jedi-vim'

call vundle#end()            " required

猜你喜欢

转载自www.cnblogs.com/otfsenter/p/9627041.html