安裝: git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundlehtml
set nocompatible " be iMproved git
filetype off " required! /** 從這行開始,vimrc配置 **/ github
set rtp+=~/.vim/bundle/vundle/ vim
call vundle#rc() 網站
" let Vundle manage Vundleui
" required!spa
Bundle 'gmarik/vundle' 插件
" original repos on github (Github網站上非vim-scripts倉庫的插件,按下面格式填寫)htm
Bundle 'tpope/vim-fugitive' blog
Bundle 'Lokaltog/vim-easymotion'
轉自:http://www.cnblogs.com/xia520pi/archive/2014/04/11/3659386.html
Bundle 'rstacruz/sparkup', {'rtp': 'vim/'}
Bundle 'tpope/vim-rails.git'
" vim-scripts repos (vim-scripts倉庫裏的,按下面格式填寫)
Bundle 'L9'
Bundle 'FuzzyFinder'
" non github repos (非上面兩種狀況的,按下面格式填寫)
Bundle 'git://git.wincent.com/command-t.git'
" ...