Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

bramswenson/vimpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bram Swenson
Feb 17, 2012
1694924 · Feb 17, 2012
Oct 22, 2011
Jan 16, 2011
Feb 17, 2012
Feb 17, 2012
Feb 17, 2012
Feb 17, 2012
Feb 17, 2012
Feb 8, 2011
Jan 17, 2011
Oct 22, 2011
Oct 22, 2011
Jan 16, 2011
Feb 19, 2011
Feb 17, 2012
Feb 19, 2011
Feb 17, 2012
Feb 17, 2012
Jan 16, 2011
Mar 18, 2011
Feb 17, 2012
Feb 17, 2012

Repository files navigation

Vimpack

A configuration manager and script installer for vim based on pathogen.vim by Tim Pope. Here are some of its most interesting features:

Manage ones entire ~/.vim and ~/.vimrc in a git repository, called a vimpack

vimpack init

Publish ones vimpack to github for use by others, or oneself on other machines

vimpack git publish -m 'vimpack updated'

Clone ones entire vimpack to any other machine via github

vimpack init <vimpack_repo_url>

Search for vim scripts from vim-scripts.org

vimpack search <keyword>

Install vim scripts from vim-scripts.org

vimpack install <script_name>

Uninstall vim scripts from vim-scripts.org

vimpack uninstall <script_name>

There is more that vimpack can do, just checkout the documentation or source:

Vimpack Documentation

Vimpack Source

Special Thanks To:

vim-scripts.org