https://github.com/baopham/vimplugin-cli
A CLI to manage your vim plugins
https://github.com/baopham/vimplugin-cli
cli vim vim-plugins
Last synced: 5 months ago
JSON representation
A CLI to manage your vim plugins
- Host: GitHub
- URL: https://github.com/baopham/vimplugin-cli
- Owner: baopham
- Created: 2017-04-14T03:22:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T14:08:19.000Z (almost 8 years ago)
- Last Synced: 2025-09-15T02:55:34.909Z (9 months ago)
- Topics: cli, vim, vim-plugins
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vimplugin-cli
=============
A CLI to manage your vim plugins
Support:
------
- [x] [vim-plug](https://github.com/junegunn/vim-plug)
- [x] [vundle](https://github.com/VundleVim/Vundle.vim)
Usage:
------
```bash
Usage: vimplugin [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
rm [plugin] Remove a plugin
find [plugin] Search for an installed plugin
list List all installed plugins
customize [plugin] Open/Edit a plugin setting
help [cmd] display help for [cmd]
```
`vimplugin rm` will remove the line in your .vimrc where it installs the plugin, delete the configuration file for this plugin in the specified settings directory and finally remove the plugin source code. Before anything is deleted, the command will prompt you for confirmation.
I built this so that it's quicker to uninstall a plugin with my particular [vim setup](https://github.com/baopham/vim)
Requirements:
-------------
* Node ^6
* npm ^3
Install:
--------
```
npm install vimplugin-cli -g
```
License:
--------
MIT
Author:
-------
Bao Pham