1.3.3 • Published 6 years ago

vimplugin-cli v1.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vimplugin-cli

A CLI to manage your vim plugins

Support:

Usage:

  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

Requirements:

  • Node ^6
  • npm ^3

Install:

npm install vimplugin-cli -g

License:

MIT

Author:

Bao Pham

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago