Skip to content

seanewest/vimup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Vimup

A proof-of-concept vim plugin manager based on pathogen.

Install

First make sure that you have vim-pathogen installed.

Then from the command line:

$ git clone https://github.com/seanewest/vimup
$ cd vimup
$ gem build vimup.gemspec
$ gem install ./vimup*.gem

Usage

Add a plugin

vimup tpope/vim-rails

Remove a plugin

vimup down vim-rails

List currently installed vim plugins

vimup list

Install a user's vim configuration (experimental..)

vimup user seanewest/vim_config

About

Install vim plugins from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages