You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
gmarik cb81deba57 Docs updated 15 years ago
plugin Initial commit 15 years ago
README.md Docs updated 15 years ago

README.md

About

** Warning: alpha quality **

Vundle is a short cut for Vimbundle 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

BTW using Vim-Scripts.org we have access to all vim plugins.

Installing bundled 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