Back to Ohmyzsh

Vundle plugin

plugins/vundle/README.md

latest921 B
Original Source

Vundle plugin

This plugin adds functions to control vundle plug-in manager for vim.

To use it, add vundle to the plugins array in your zshrc file:

zsh
plugins=(... vundle)

Functions

FunctionUsageDescription
vundle-initvundle-initInstall vundle by cloning git repository into ~/.vim folder
vundlevundleInstall plugins set in .vimrc (equals :PluginInstall)
vundle-updatevundle-updateUpdate plugins set in .vimrc (equals :PluginInstall!)
vundle-cleanvundle-cleanDelete plugins that have been removed from .vimrc (equals :PluginClean!)