Skip to content

benmills/vim-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-bundle

Install and update vim plugins using pathogen from the command line.

Usage

Install a new plugin

vim-bundle install tpope/vim-rails

Update a plugin

vim-bundle update scrooloose/nerdtree

List all installed plugins

vim-bundle list

Both install and update will take a github user followed by the repository name and install the master of that git repo into ~/.vim/bundle/. If you leave off the github username it will use the github mirror of vim-scripts' username.

Installation

Move vim-bundle into your PATH. Personally I add $HOME/.bin to my path and keep vim-bundle inside the .bin folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages