vim插件管理器vundle

安装:  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'

" ...

相关文章
相关标签/搜索