Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdxprograms/vaq
Vim-Plug automation tool
https://github.com/mdxprograms/vaq
automation cli node-cli nvim vim vim-plug vim-plugin-manager
Last synced: 3 months ago
JSON representation
Vim-Plug automation tool
- Host: GitHub
- URL: https://github.com/mdxprograms/vaq
- Owner: mdxprograms
- Created: 2020-07-24T13:47:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:32:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T15:38:39.182Z (3 months ago)
- Topics: automation, cli, node-cli, nvim, vim, vim-plug, vim-plugin-manager
- Language: JavaScript
- Homepage:
- Size: 1.94 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vaq (Vim Awesome Query)
[![npm version](https://badge.fury.io/js/%40wallerbuilt%2Fvaq.png)](https://badge.fury.io/js/%40wallerbuilt%2Fvaq)
### Description
A CLI tool built to automate [vim-plug](https://github.com/junegunn/vim-plug) usage.
- Query/Search/Info for plugins with the vimawesome api
- List installed plugins
- Uninstall plugins
- Update plugins[![asciicast](https://asciinema.org/a/349806.svg)](https://asciinema.org/a/349806)
### Install
`npm i -g @wallerbuilt/vaq`
### Setting up with vim-plug
_IF_ your vim-plug plugin list is in a separate file from your vim config file, make sure to set the config path to that file instead.
Basically, vaq needs to have access to your `Plug` list in order to make the updates needed.When first using the cli tool it will ask you for this path and keep it stored for future use.
### Use
`vaq`