https://github.com/selectnull/vimanage
Vim pathogen plugin manager
https://github.com/selectnull/vimanage
pathogen plugin-manager vim
Last synced: 11 months ago
JSON representation
Vim pathogen plugin manager
- Host: GitHub
- URL: https://github.com/selectnull/vimanage
- Owner: selectnull
- License: mit
- Created: 2015-06-02T09:46:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T12:06:30.000Z (about 4 years ago)
- Last Synced: 2025-02-24T02:55:37.660Z (11 months ago)
- Topics: pathogen, plugin-manager, vim
- Language: Shell
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vimanage
========
Another opinionated Vim plugin manager.
It presupposes that:
* you use Vim 8 or above with native package manager
* you use git to install plugins
How to use
----------
**Install a plugin from git repository url:**
vimanage add plugin-git-url
**Delete a plugin:**
vimanage remove plugin-directory
**List installed plugins:**
vimanage list
**Save installed plugins to a file:**
vimanage list > plugins.txt
This works the same way python's `pip freeze > requirements.txt` works.
**Install plugins from file (one git repository per line):**
vimanage add plugins.txt
Just like `pip install -r requirements.txt`.
**Help:**
vimanage help
It can be used to install NeoVim packages as well by using
`VIMANAGE_ROOT` environment varibale, like this:
VIMANAGE_ROOT=~/.local/share/nvim/site/pack vimanage add
How to install
--------------
Copy `bin/vimanage` script to your path.
License
-------
MIT licensed.