|
14 years ago | |
---|---|---|
autoload | 14 years ago | |
doc | 14 years ago | |
ftplugin | 14 years ago | |
README.md | 14 years ago | |
test | 14 years ago |
Vundle is a short cut for Vimbundle and is a Vim plugin manager.
Setup Vundle:
git clone http://github.com/gmarik/vundle.git ~/.vim/vundle.git
Configure bundles:
Put into your ~/.vimrc
:
set rtp+=~/.vim/vundle.git/
call vundle#rc()
" Bundles:
Bundle "L9"
Bundle "FuzzyFinder"
Bundle "rails.vim"
Bundle "ack.vim"
Bundle "git://git.wincent.com/command-t.git"
" ...
" NOTE: if some plugins fail to work, put the config *between* lines:
" filetype off
" "Bundles here
" filetype plugin indent on
Install configured bundles:
Launch vim
, run :BundleInstall
(no Vim
restart required since v0.5)
Installing requires Git and triggers Git clone for each configured repo to ~/.vim/bundle/
.
Vundle allows to:
.vimrc
Also Vundle:
see :h vundle
vimdoc for more details.
See gmarik's vimrc for working example.
OSX
and Linux
Vundle is a work in progress so any ideas/patches appreciated