/vundle

vim plugin management using vundle plugin

Primary LanguageVim ScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Setup

git clone https://github.com/hawkbee/vundle.git ~/.vim
cd ~/.vim
./setup.sh

Install bundles

Launch `vim`, run `:BundleInstall`

Update bundles

Launch `vim`, run :BundleUpdate

Usage

TODO