Skip to content

A script to fetch and install vim addons from the command line given the name.

Notifications You must be signed in to change notification settings

benarmston/vim-addon-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

This is a short script I wrote to automate the installation
of vim addons from the vim.org website. Use it as follows:
    ./vim-addon-install.sh $PLUGIN_NAME
to install the plugin $PLUGIN_NAME.

This script definitely works with .vim files, and works with
tar.gz and .zip files that are created such that they can
be unpacked in the .vim directory. If the .vim file is specified
as a color scheme on vim.org, then it is automatically
installed to the colors folder.

This script is still experimental, so use with discretion.

About

A script to fetch and install vim addons from the command line given the name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published