1.0 KiB
1.0 KiB
** Warning: alpha quality **
About
Vundle is a short cut for Vim Bundle and is a 67 LOC plugin for managing vim plugins.
Installation
curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/plugin/vundle.vim
Configuration
Append those lines to your .vimrc
Bundle "http://github.com/vim-scripts/L9.git"
Bundle "http://github.com/vim-scripts/FuzzyFinder.git"
Bundle "http://git.wincent.com/command-t.git"
Bundle "http://github.com/vim-scripts/rails.vim.git"
Bundle "http://github.com/vim-scripts/ack.vim.git"
BundleRequire
Using Vim-Scripts.org mirror we can have access to all vim plugins
Installing plugins
vim -e -c 'BundleInstall' -c 'q'
triggers Git clone for each configured repo to ~/.vim/bundle/
Thanks
TODO:
- improve code (as this is my first Vim plugin)
- support non Git resources aswell